chore(dom) Loader ajax: add " "

This commit is contained in:
coderaiser 2013-09-26 14:37:03 +03:00
parent 64f9bcfc60
commit db72202d0d

View file

@ -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);
}