From cf6c9c73cbe15198618a9e650175d1765caf862c Mon Sep 17 00:00:00 2001 From: "hq_1980@hotmail.com" Date: Fri, 28 Dec 2018 22:47:04 +0800 Subject: [PATCH] Update compatible.js --- o2web/source/o2_core/compatible.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/o2_core/compatible.js b/o2web/source/o2_core/compatible.js index 9ce47bd228..2e5e276dea 100644 --- a/o2web/source/o2_core/compatible.js +++ b/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, -- GitLab