mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(dom) add "\n"
This commit is contained in:
parent
9e93692f1b
commit
d693b3838b
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue