From db72202d0d07b6e3fad6dc02f882e28d3600932e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 26 Sep 2013 14:37:03 +0300 Subject: [PATCH] chore(dom) Loader ajax: add " " --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 1a961cf9..f98fc816 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -699,7 +699,7 @@ var CloudCmd, Util, DOM, CloudFunc; /* If it's json - parse it as json */ if (lType && Util.isContainStr(lType, TYPE_JSON) ) lData = Util.parseJSON(lJqXHR.response) || lJqXHR.response; - + if ( Util.isFunction(p.success) ) p.success(lData, lJqXHR.statusText, lJqXHR); }