105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
| console.log("initGrammarChecker failed");
showError(e);
}
}
function setDictionaryOnOff (sDictionary, bActivate) {
xGCEWorker.postMessage({
sCommand: "setDictionary",
dParam: { sDictionary: sDictionary, bActivate: bActivate },
dInfo: {}
});
}
function initSCOptions (dSavedOptions) {
if (!dSavedOptions.hasOwnProperty("sc_options")) {
|
|
| 105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
| console.log("initGrammarChecker failed");
showError(e);
}
}
function setDictionaryOnOff (sDictionary, bActivate) {
xGCEWorker.postMessage({
sCommand: "setDictionaryOnOff",
dParam: { sDictionary: sDictionary, bActivate: bActivate },
dInfo: {}
});
}
function initSCOptions (dSavedOptions) {
if (!dSavedOptions.hasOwnProperty("sc_options")) {
|