Differences From Artifact [689f0a7f0b]:
- File gc_lang/fr/modules-js/mfsp.js — part of check-in [6cea30d5de] at 2017-08-08 17:45:08 on branch webext2_fix — [core] set isInit to true when the object was initialized (user: IllusionPerdu, size: 4104) [annotate] [blame] [check-ins using]
To Artifact [9f60b851a7]:
- File gc_lang/fr/modules-js/mfsp.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: 4171) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | // Grammalecte "use strict"; if (typeof(require) !== 'undefined') { var helpers = require("resource://grammalecte/helpers.js"); } | > > | 1 2 3 4 5 6 7 8 9 10 | // Grammalecte /*jslint esversion: 6*/ /*global console,require,exports,browser*/ "use strict"; if (typeof(require) !== 'undefined') { var helpers = require("resource://grammalecte/helpers.js"); } |
︙ | ︙ |