mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(view) rm " "
This commit is contained in:
parent
53f0f51c7b
commit
fa8356aec1
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue