From bf63b3dc2be599937835ed6868539d76e37d72b9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Dec 2016 15:26:20 +0200 Subject: [PATCH] feature(edit) show: rm this --- client/edit.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/edit.js b/client/edit.js index 06c70b23..6384f8b2 100644 --- a/client/edit.js +++ b/client/edit.js @@ -76,7 +76,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format; this.show = function(callback) { if (Loading) - return this; + return; Images.show.load(); @@ -104,8 +104,6 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format; CloudCmd.View.show(Element, ConfigView); }); - - return this; }; this.hide = function() {