mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(DOM) this.promptNewFile -> Cmd.promptNewFile
This commit is contained in:
parent
5e70485d45
commit
7c08ffd8ac
2 changed files with 4 additions and 2 deletions
|
|
@ -66,6 +66,8 @@ getJSONfromFileTable.
|
|||
|
||||
* Fixed upload function of filepicker.
|
||||
|
||||
* fix(DOM) this.promptNewFile -> Cmd.promptNewFile
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1012,7 +1012,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
* @pCurrentFile
|
||||
*/
|
||||
this.promptNewDir = function(){
|
||||
this.promptNewFile('directory', '?dir');
|
||||
Cmd.promptNewFile('directory', '?dir');
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -1868,4 +1868,4 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
|
||||
DOM = new DOMFunc();
|
||||
|
||||
})(Util);
|
||||
})(Util);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue