浏览代码

Use the builtin JSON library

JC Brand 8 年之前
父节点
当前提交
9a2c7257d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/utils.js

+ 1 - 1
src/utils.js

@@ -154,7 +154,7 @@
                 this.i18n = locales.en;
             }
             if (typeof this.i18n === "string") {
-                this.i18n = $.parseJSON(this.i18n);
+                this.i18n = window.JSON.parse(this.i18n);
             }
             if (typeof this.jed === "undefined") {
                 this.jed = new Jed(this.i18n);