Differences From Artifact [cdddd20c84]:
- File gc_core/js/ibdawg.js — part of check-in [b08f2ef338] at 2017-08-06 00:44:03 on branch webext2_illusion — [core][js] ajout des ; oubliés et ajustement des ; en trop (commit erroné) (user: IllusionPerdu, size: 10261) [annotate] [blame] [check-ins using] [more...]
To Artifact [4cc6e3ad82]:
- File gc_core/js/ibdawg.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: 10320) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | //// IBDAWG "use strict"; if (typeof(require) !== 'undefined') { var str_transform = require("resource://grammalecte/str_transform.js"); var helpers = require("resource://grammalecte/helpers.js"); | > > | 1 2 3 4 5 6 7 8 9 10 | //// IBDAWG /*jslint esversion: 6*/ /*global console,require,exports*/ "use strict"; if (typeof(require) !== 'undefined') { var str_transform = require("resource://grammalecte/str_transform.js"); var helpers = require("resource://grammalecte/helpers.js"); |
︙ | ︙ |