Differences From Artifact [de4d3b5e04]:
- File gc_lang/fr/modules-js/gce_date_verif.js — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 2573) [annotate] [blame] [check-ins using]
To Artifact [f30dbe242e]:
- File gc_lang/fr/modules-js/gce_date_verif.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: 2597) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | //// GRAMMAR CHECKING ENGINE PLUGIN // Check date validity // WARNING: when creating a Date, month must be between 0 and 11 const _lDay = ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]; | > | 1 2 3 4 5 6 7 8 9 | //// GRAMMAR CHECKING ENGINE PLUGIN /*jslint esversion: 6*/ // Check date validity // WARNING: when creating a Date, month must be between 0 and 11 const _lDay = ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]; |
︙ | ︙ |