Browse Source

Fix small bug in core.

Cixo Develop 5 tháng trước cách đây
mục cha
commit
4143d85a3b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;
 }