mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
CloudCmd.View.hide -> CloudCmd.View.hide()
This commit is contained in:
parent
59acb899a2
commit
48d340c0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ var CloudCmd, Util, DOM, $;
|
|||
|
||||
|
||||
this.hide = function(){
|
||||
CloudCmd.View.hide;
|
||||
CloudCmd.View.hide();
|
||||
};
|
||||
|
||||
function load(pCallBack){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue