Differences From Artifact [0a97db66e9]:
- File gc_core/js/lang_core/gc_options.js — part of check-in [9bb0f089b9] at 2018-10-11 07:11:43 on branch trunk — [graphspell][core][js] several syntax and bug fixes (thanks to IllusionPerdu) (user: olr, size: 1583) [annotate] [blame] [check-ins using]
To Artifact [ece26d7264]:
- File gc_core/js/lang_core/gc_options.js — part of check-in [9ae8f0a042] at 2018-10-11 15:13:57 on branch nodejs — [js] Revert syntax change (user: IllusionPerdu, size: 1612) [annotate] [blame] [check-ins using] [more...]
1 | // Options for Grammalecte | > > | | | 1 2 3 4 5 6 7 8 9 10 11 12 |
// Options for Grammalecte
/* jshint esversion:6 */
/* jslint esversion:6 */
/* global exports */
${map}
var gc_options = {
getOptions: function (sContext="JavaScript") {
if (this.dOpt.hasOwnProperty(sContext)) {
|
| ︙ | ︙ |