Differences From Artifact [908b008d84]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [b0501d600a] at 2017-05-25 09:17:18 on branch trunk — [core] show rule id and line id when errors (user: olr, size: 20441) [annotate] [blame] [check-ins using]
To Artifact [c712d65b9e]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [cfc69abb68] at 2017-06-23 19:23:42 on branch trunk — [build] use one dictionary name instead of two (user: olr, size: 20441) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
293 294 295 296 297 298 299 |
}
//////// init
function load () {
try {
| | | 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
}
//////// init
function load () {
try {
_oDict = new ibdawg.IBDAWG("${dic_name}.json");
}
catch (e) {
helpers.logerror(e);
}
}
function setOption (sOpt, bVal) {
|
| ︙ | ︙ |