Differences From Artifact [f88db6e13d]:
- File gc_lang/fr/modules-js/conj.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: 21940) [annotate] [blame] [check-ins using]
To Artifact [8bdb9ef82a]:
- File gc_lang/fr/modules-js/conj.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: 21951) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | // Grammalecte - Conjugueur // License: GPL 3 /*jslint esversion: 6*/ /*global console,require,exports,self,browser*/ "use strict"; ${map} if (typeof(require) !== 'undefined') { |
︙ |