Overview
Comment: | [tb] comment: spelling mistake |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tb | multid |
Files: | files | file ages | folders |
SHA3-256: |
0726b05211420b799a2fd46b444be7cd |
User & Date: | olr on 2018-03-20 12:04:01 |
Other Links: | branch diff | manifest | tags |
Context
2018-03-20
| ||
12:32 | [graphspell][build][core] add community dictionary check-in: 6fe239d966 user: olr tags: core, build, graphspell, multid | |
12:04 | [tb] comment: spelling mistake check-in: 0726b05211 user: olr tags: tb, multid | |
11:13 | [tb] load personal dictionary at startup check-in: 0ab0682f55 user: olr tags: tb, multid | |
Changes
Modified gc_lang/fr/tb/worker/gce_worker.js from [43b4c7c8b0] to [d38c273279].
︙ | ︙ | |||
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); } } |
︙ | ︙ |