Differences From Artifact [7c56add844]:
- File gc_lang/fr/modules-js/mfsp.js — part of check-in [e42b4f000b] at 2017-10-26 08:40:12 on branch trunk — [core][js] comment console.log(): Chrome don’t like it (user: olr, size: 4168) [annotate] [blame] [check-ins using]
To Artifact [9d6124ec70]:
- File gc_lang/fr/modules-js/mfsp.js — part of check-in [5822c38ee9] at 2017-12-25 08:52:46 on branch graphspell — [build][tb] fix imports for Thunderbird (user: olr, size: 4179) [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 | - + | // Grammalecte /*jslint esversion: 6*/ /*global console,require,exports,browser*/ "use strict"; if (typeof(require) !== 'undefined') { |
︙ |