feature(edit) show: rm this

This commit is contained in:
coderaiser 2016-12-26 15:26:20 +02:00
parent fa8356aec1
commit bf63b3dc2b

View file

@ -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() {