Browse Source

Fix small bug in core.

Cixo Develop 5 months ago
parent
commit
4143d85a3b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      source/core.js

+ 0 - 2
source/core.js

@@ -12,6 +12,4 @@ if (typeof(module) !== "undefined" && module.exports) {
         languages: require("./languages.js").languages,
         translation: require("./translation.js").translation
     };
-
-    window.languages = window.cx_libtranslate.languages;
 }