Differences From Artifact [43b4c7c8b0]:
- File gc_lang/fr/tb/worker/gce_worker.js — part of check-in [0ab0682f55] at 2018-03-20 11:13:07 on branch multid — [tb] load personal dictionary at startup (user: olr, size: 4663) [annotate] [blame] [check-ins using]
To Artifact [d38c273279]:
- File gc_lang/fr/tb/worker/gce_worker.js — part of check-in [0726b05211] at 2018-03-20 12:04:01 on branch multid — [tb] comment: spelling mistake (user: olr, size: 4664) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
87 88 89 90 91 92 93 | break; case "community": break; case "personal": oSpellChecker.setPersonalDictionary(oJSON); break; default: | | | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | break; case "community": break; case "personal": oSpellChecker.setPersonalDictionary(oJSON); break; default: console.log("[GCE worker] unknown dictionary type"); } } catch (e) { console.error(e); } } |
︙ | ︙ |