chore(dom) add "\n"

This commit is contained in:
coderaiser 2013-08-09 11:55:37 +00:00
parent 9e93692f1b
commit d693b3838b

View file

@ -105,6 +105,7 @@ var CloudCmd, Util, DOM, CloudFunc;
setTimeout( Util.retExec(alert, lText), 100);
};
},
RESTfullProto = function(){
this.delete = function(pUrl, pData, pCallBack, pQuery){
sendRequest({
@ -187,6 +188,7 @@ var CloudCmd, Util, DOM, CloudFunc;
return lRet;
}
},
DOMTreeProto = function(){
/**
* add class to element
@ -264,6 +266,7 @@ var CloudCmd, Util, DOM, CloudFunc;
this.removeClass(pElement, 'hidden');
};
},
EventsProto = function(){
var Events = this,
ADD = true,
@ -580,6 +583,7 @@ var CloudCmd, Util, DOM, CloudFunc;
return lRet;
};
},
LoaderProto = function(){
var XMLHTTP;