From 53a5a88bfa8b74e4908ca0c6871d35ede87a9061 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 21 Dec 2016 13:02:24 +0200 Subject: [PATCH] chore(rest) rm " " --- client/rest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/rest.js b/client/rest.js index baec2b13..838dd073 100644 --- a/client/rest.js +++ b/client/rest.js @@ -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',