Differences From Artifact [2b1a025d02]:
- File gc_lang/fr/modules-js/phonet.js — part of check-in [6cea30d5de] at 2017-08-08 17:45:08 on branch webext2_fix — [core] set isInit to true when the object was initialized (user: IllusionPerdu, size: 3319) [annotate] [blame] [check-ins using]
To Artifact [e6268821db]:
- File gc_lang/fr/modules-js/phonet.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: 3343) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
// Grammalecte - Suggestion phonétique
if (typeof(require) !== 'undefined') {
var helpers = require("resource://grammalecte/helpers.js");
}
var phonet = {
| > | 1 2 3 4 5 6 7 8 9 |
// Grammalecte - Suggestion phonétique
/*jslint esversion: 6*/
if (typeof(require) !== 'undefined') {
var helpers = require("resource://grammalecte/helpers.js");
}
var phonet = {
|
| ︙ | ︙ |