Differences From Artifact [b1d136482e]:
- File gc_lang/fr/modules-js/gce_suggestions.js — part of check-in [6c8ee6edcf] at 2017-08-08 16:49:19 on branch webext2_fix — [core][fr] change typeof(exports) before the require block (user: IllusionPerdu, size: 20104) [annotate] [blame] [check-ins using] [more...]
To Artifact [0d3c06e52f]:
- File gc_lang/fr/modules-js/gce_suggestions.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: 20147) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | + + | //// GRAMMAR CHECKING ENGINE PLUGIN: Suggestion mechanisms /*jslint esversion: 6*/ /*global require*/ if (typeof(require) !== 'undefined') { var conj = require("resource://grammalecte/fr/conj.js"); var mfsp = require("resource://grammalecte/fr/mfsp.js"); var phonet = require("resource://grammalecte/fr/phonet.js"); } |
︙ |