chore(view) rm " "

This commit is contained in:
coderaiser 2016-12-26 15:24:11 +02:00
parent 53f0f51c7b
commit fa8356aec1

View file

@ -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 = $('<div class="view" tabindex=0>');
if (data) {
element = $(Element).append(data);
element = $(Element).append(data);
Util.copyObj(config, Config);