Browse Source

Merge pull request #21 from huqi1980/master

Update compatible.js
huqi1980 7 năm trước cách đây
mục cha
commit
4e0ec80395
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,