Differences From Artifact [abcdad5f85]:
- File gc_core/js/text.js — part of check-in [47ddd1a06d] at 2017-10-29 11:19:23 on branch Lexicographe — Détection des locutions dans le lexicographe (user: IllusionPerdu, size: 2119) [annotate] [blame] [check-ins using] [more...]
To Artifact [09e0f281de]:
- File gc_core/js/text.js — part of check-in [6a18692390] at 2017-12-24 22:36:40 on branch graphspell — [build][js] fix import for helpers.js (user: olr, size: 2130) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + | // JavaScript /*jslint esversion: 6*/ /*global require,exports*/ "use strict"; if (typeof(require) !== 'undefined') { |
︙ |