Differences From Artifact [2f8045c94f]:
- File gc_core/js/text.js — part of check-in [b89dc82bc4] at 2017-08-08 19:11:22 on branch webext2_fix — [core] add inline config for JSHint assuming es6 synthax and some global (user: IllusionPerdu, size: 2065) [annotate] [blame] [check-ins using] [more...]
To Artifact [9bf91b3594]:
- File gc_core/js/text.js — part of check-in [ec919db910] at 2017-08-15 08:12:57 on branch webext2 — [core][js][py] text.getParagraph(): end of line handling (user: olr, size: 2089) [annotate] [blame] [check-ins using] [more...]
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + | var text = { getParagraph: function* (sText) { // generator: returns paragraphs of text let iStart = 0; let iEnd = 0; |
︙ |