Explorar o código

Use the builtin JSON library

JC Brand %!s(int64=8) %!d(string=hai) anos
pai
achega
9a2c7257d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);