Differences From Artifact [c6e77daf98]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [1800ac6b98] at 2017-08-06 01:32:04 on branch webext2_fix — [core][fr][js] ajout des ; oubliés et ajustement des ; en trop (user: IllusionPerdu, size: 16300) [annotate] [blame] [check-ins using] [more...]
To Artifact [1785f80db7]:
- File gc_lang/fr/modules-js/textformatter.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: 16343) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | // Grammalecte - text formatter "use strict"; ${map} // Latin letters: http://unicode-table.com/fr/ | > > | 1 2 3 4 5 6 7 8 9 10 | // Grammalecte - text formatter /*jslint esversion: 6*/ /*global exports*/ "use strict"; ${map} // Latin letters: http://unicode-table.com/fr/ |
︙ | ︙ |