Differences From Artifact [4504bb3576]:
- File gc_core/js/tests.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: 5612) [annotate] [blame] [check-ins using] [more...]
To Artifact [7c35f52f2d]:
- File gc_core/js/tests.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: 5623) [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 console,require,exports*/ "use strict"; if (typeof(require) !== 'undefined') { |
︙ |