Overview
Comment: | [build] WebExt: fix imports |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | build | graphspell |
Files: | files | file ages | folders |
SHA3-256: |
addfd48c291a34e28804b6a0afba8d13 |
User & Date: | olr on 2017-12-24 21:11:40 |
Other Links: | branch diff | manifest | tags |
Context
2017-12-24
| ||
21:15 | [fr] correction de codes de positionnement pour JS check-in: 8adf588580 user: olr tags: fr, graphspell | |
21:11 | [build] WebExt: fix imports check-in: addfd48c29 user: olr tags: build, graphspell | |
21:01 | [build] JS code extension for Graphspell + fix for Grammalecte check-in: c446938f7b user: olr tags: build, graphspell | |
Changes
Modified gc_lang/fr/webext/gce_worker.js from [af9c897bd6] to [7786f58fad].
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + - + | "use strict"; //console.log("[Worker] GC Engine Worker [start]"); //console.log(self); |
︙ | |||
156 157 158 159 160 161 162 | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | - + | try { if (!bInitDone) { //console.log("[Worker] Loading… Extension path: " + sExtensionPath); conj.init(helpers.loadFile(sExtensionPath + "/grammalecte/fr/conj_data.json")); phonet.init(helpers.loadFile(sExtensionPath + "/grammalecte/fr/phonet_data.json")); mfsp.init(helpers.loadFile(sExtensionPath + "/grammalecte/fr/mfsp_data.json")); //console.log("[Worker] Modules have been initialized…"); |
︙ |