Overview
Comment: | [fx] gce_worker: fix import |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
b6276e0ba3d7d64319c9f71aa1b3b818 |
User & Date: | olr on 2020-08-01 13:06:34 |
Other Links: | manifest | tags |
Context
2020-08-01
| ||
18:08 | [doc] update about build check-in: 478d337087 user: olr tags: trunk, doc | |
13:06 | [fx] gce_worker: fix import check-in: b6276e0ba3 user: olr tags: trunk, fx | |
11:44 | [fr] ajustements check-in: 3ba39670b7 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/gce_worker.js from [5fe0431850] to [c784b7c2c4].
︙ | ︙ | |||
44 45 46 47 48 49 50 | importScripts("grammalecte/fr/mfsp.js"); importScripts("grammalecte/fr/phonet.js"); importScripts("grammalecte/fr/cregex.js"); importScripts("grammalecte/fr/gc_options.js"); importScripts("grammalecte/fr/gc_rules.js"); importScripts("grammalecte/fr/gc_rules_graph.js"); importScripts("grammalecte/fr/gc_engine.js"); | < | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | importScripts("grammalecte/fr/mfsp.js"); importScripts("grammalecte/fr/phonet.js"); importScripts("grammalecte/fr/cregex.js"); importScripts("grammalecte/fr/gc_options.js"); importScripts("grammalecte/fr/gc_rules.js"); importScripts("grammalecte/fr/gc_rules_graph.js"); importScripts("grammalecte/fr/gc_engine.js"); importScripts("grammalecte/tests.js"); /* Warning. Initialization can’t be completed at startup of the worker, for we need the path of the extension to load data stored in JSON files. This path is retrieved in background.js and passed with the event “init”. */ |
︙ | ︙ |