Parcourir la source

Merge pull request #21 from huqi1980/master

Update compatible.js
huqi1980 il y a 7 ans
Parent
commit
4e0ec80395
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,