From fa8356aec1159ac20ffc3d3766eac296ac066fbe Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Dec 2016 15:24:11 +0200 Subject: [PATCH] chore(view) rm " " --- client/view.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/view.js b/client/view.js index c17905c3..15077c1e 100644 --- a/client/view.js +++ b/client/view.js @@ -55,11 +55,11 @@ var CloudCmd, Util, DOM, CloudFunc, $; } }; - View.show = show; - View.hide = hide; + View.show = show; + View.hide = hide; function init() { - var func = CallBack || Util.exec.with(show, null); + var func = CallBack || Util.exec.with(show, null); Loading = true; @@ -99,7 +99,7 @@ var CloudCmd, Util, DOM, CloudFunc, $; Element = $('
'); if (data) { - element = $(Element).append(data); + element = $(Element).append(data); Util.copyObj(config, Config);