chore(dom) add " "

This commit is contained in:
coderaiser 2013-11-14 09:08:49 +00:00
parent e02455dc8c
commit de6f3096ff

View file

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