ソースを参照

Update compatible.js

hq_1980@hotmail.com 7 年 前
コミット
0aad3d07e1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      o2web/source/o2_core/compatible.js

+ 1 - 1
o2web/source/o2_core/compatible.js

@@ -3,7 +3,7 @@ o2.addReady(function(){
         "setContentPath": function(path){
             COMMON.contentPath = path;
         },
-        "JSON": o2.json,
+        "JSON": o2.JSON,
         "Browser": Browser,
         "Class": o2.Class,
         "XML": o2.xml,