Differences From Artifact [c9e7670db8]:
- File gc_core/js/text.js — part of check-in [8e5a2f5900] at 2018-08-07 08:09:50 on branch trunk — [graphspell][core][fx][tb][js] get rid of console.log() substitutes, assuming now default console is available from everywhere (eh, print now works as expected in JS! The JS pile of shit is decreasing a little) (user: olr, size: 2009) [annotate] [blame] [check-ins using]
To Artifact [1251d5448b]:
- File gc_core/js/text.js — part of check-in [977fd9b488] at 2018-10-11 15:39:24 on branch nodejs — [js] Revert syntax change (oubli) (user: IllusionPerdu, size: 2055) [annotate] [blame] [check-ins using] [more...]
1 | // JavaScript | > > | | | 1 2 3 4 5 6 7 8 9 10 11 12 | // JavaScript /* jshint esversion:6, -W097 */ /* jslint esversion:6 */ /* global require, exports, console */ "use strict"; var text = { getParagraph: function* (sText, sSepParagraph = "\n") { // generator: returns paragraphs of text |
︙ | ︙ |