Differences From Artifact [0ac007e97e]:
- File gc_lang/fr/modules-js/conj.js — part of check-in [5e196b8b64] at 2017-07-26 17:48:10 on branch trunk — [core][js] change name of new functions for built-in objects (user: olr, size: 19461) [annotate] [blame] [check-ins using]
To Artifact [4856ca7520]:
- File gc_lang/fr/modules-js/conj.js — part of check-in [f9a034e6ce] at 2017-07-27 10:10:40 on branch trunk — [core][js] test if variable <exports> exists (user: olr, size: 19462) [annotate] [blame] [check-ins using]
| ︙ | |||
483 484 485 486 487 488 489 490 491 492 493 494 495 496 | 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 | + |
}
if (!bPlur) {
return (this.dConj.get(":PQ").get(":Q3")) ? this.dConj.get(":PQ").get(":Q3") : this.dConj.get(":PQ").get(":Q1");
}
return (this.dConj.get(":PQ").get(":Q4")) ? this.dConj.get(":PQ").get(":Q4") : this.dConj.get(":PQ").get(":Q1");
}
}
if (typeof(exports) !== 'undefined') {
// Used for Grammalecte library.
// In content scripts, these variable are directly reachable
exports.Verb = Verb;
exports.isVerb = isVerb;
exports.getConj = getConj;
|
| ︙ |