Differences From Artifact [2c268f1b5e]:
- File gc_core/js/text.js — part of check-in [7e545790c3] at 2017-08-02 06:12:02 on branch webext2 — [core][js] conditional requires and variable renaming to avoid overridding (user: olr, size: 2015) [annotate] [blame] [check-ins using]
To Artifact [03f872e8ba]:
- File gc_core/js/text.js — part of check-in [dfc3a68fbf] at 2017-08-03 10:12:37 on branch webext2 — [core][js] don’t use const for modules as objects: const don’t allow to be “redefined” even in a condition which wouldn’t allow redefinition (user: olr, size: 2013) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + | // JavaScript "use strict"; if (typeof(exports) !== 'undefined') { var helpers = require("resource://grammalecte/helpers.js"); } |
︙ |