diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:30:18 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:31:17 +0100 |
commit | f3fb8be7db6de87dae40d41bd5597a735c800ca1 (patch) | |
tree | 1a061db04de8f5bb5a6b697fa56a9948f67fac2f /i18n/strings-prelude.js | |
parent | 200d83c3886149ebb3f018530302079e12a81f6b (diff) |
restructuring
Diffstat (limited to 'i18n/strings-prelude.js')
-rw-r--r-- | i18n/strings-prelude.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/i18n/strings-prelude.js b/i18n/strings-prelude.js deleted file mode 100644 index 0e9ddc468..000000000 --- a/i18n/strings-prelude.js +++ /dev/null @@ -1,3 +0,0 @@ -if (!window.i18n) { - throw Error("Module loading order incorrect, please load i18n module before loading i18n-strings"); -} |