chore(rest) rm " "

This commit is contained in:
coderaiser 2016-12-21 13:02:24 +02:00
parent f46f7e1e74
commit 53a5a88bfa

View file

@ -113,7 +113,7 @@ var Util, DOM, CloudFunc, CloudCmd;
});
};
this.mv = function(data, callback) {
this.mv = function(data, callback) {
sendRequest({
method : 'PUT',
url : '/mv',
@ -123,7 +123,7 @@ var Util, DOM, CloudFunc, CloudCmd;
});
};
this.Config = {
this.Config = {
read: function(callback) {
sendRequest({
method : 'GET',