Differences From Artifact [3dc81e8a3f]:
- File gc_lang/fr/modules-js/conj.js — part of check-in [ec97664b24] at 2017-08-03 09:10:38 on branch webext2 — [core][js] default properties in conj, phonet and mfsp + export all properties of mfsp (user: olr, size: 21492) [annotate] [blame] [check-ins using]
To Artifact [5d3a577c36]:
- File gc_lang/fr/modules-js/conj.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: 21490) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | // Grammalecte - Conjugueur // License: GPL 3 "use strict"; ${map} | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | // Grammalecte - Conjugueur // License: GPL 3 "use strict"; ${map} var conj = { _lVtyp: [], _lTags: [], _dPatternConj: {}, _dVerb: {}, init: function (sJSONData) { try { |
︙ | ︙ |