Overview
Comment: | [core][js] variable renaming again |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | core | webext2 |
Files: | files | file ages | folders |
SHA3-256: |
e35b6e2bbd3d6da15d743e8ed1894eee |
User & Date: | olr on 2017-08-02 06:26:33 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-02
| ||
06:57 | [core][js] remove let check-in: 9b5050cd48 user: olr tags: core, webext2 | |
06:26 | [core][js] variable renaming again check-in: e35b6e2bbd user: olr tags: core, webext2 | |
06:12 | [core][js] conditional requires and variable renaming to avoid overridding check-in: 7e545790c3 user: olr tags: core, webext2 | |
Changes
Modified gc_lang/fr/modules-js/mfsp.js from [8827303ea6] to [26dca0e03e].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + - - + + - + - + - + | // Grammalecte "use strict"; if (typeof(exports) !== 'undefined') { var helpers = require("resource://grammalecte/helpers.js"); } |
︙ |
Modified gc_lang/fr/modules-js/phonet.js from [c49188f2a5] to [4d18c58f77].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 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 64 65 66 67 68 69 | - - - - + + + + - + - + - + - + - - + + - - + + - + | // Grammalecte - Suggestion phonétique if (typeof(exports) !== 'undefined') { var helpers = require("resource://grammalecte/helpers.js"); } |
︙ |