mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(dom) add " "
This commit is contained in:
parent
e02455dc8c
commit
de6f3096ff
1 changed files with 3 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
};
|
||||
},
|
||||
|
||||
RESTfulProto = function() {
|
||||
RESTfulProto = function() {
|
||||
this.delete = function(pUrl, pData, pCallBack, pQuery) {
|
||||
sendRequest({
|
||||
method : 'DELETE',
|
||||
|
|
@ -1955,7 +1955,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
Events = Util.extendProto(EventsProto),
|
||||
Loader = Util.extendProto(LoaderProto),
|
||||
Images = Util.extendProto(ImagesProto),
|
||||
RESTful = Util.extendProto(RESTfulProto),
|
||||
RESTful = Util.extendProto(RESTfulProto),
|
||||
Cache = Util.extendProto(CacheProto);
|
||||
|
||||
DOMProto = DOMFunc.prototype = new CmdProto();
|
||||
|
|
@ -1972,6 +1972,6 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
}
|
||||
]);
|
||||
|
||||
DOM = new DOMFunc();
|
||||
DOM = new DOMFunc();
|
||||
|
||||
})(Util);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue