mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +00:00
parent
eec5e461f8
commit
8d4692ed56
3 changed files with 1 additions and 5 deletions
|
|
@ -58,8 +58,6 @@ getJSONfromFileTable.
|
|||
|
||||
* Added ability to put callback to view.
|
||||
|
||||
* Added help module.
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
"edit/_codemirror",
|
||||
"menu",
|
||||
"view",
|
||||
"help",
|
||||
"terminal", {
|
||||
"name": "storage",
|
||||
"data": [{
|
||||
|
|
|
|||
|
|
@ -36,9 +36,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
};
|
||||
|
||||
this.init = function(pCallBack){
|
||||
debugger;
|
||||
Util.loadOnLoad([
|
||||
pCallBack || View.show,
|
||||
pCallBack || Util.retExec(View.show, null),
|
||||
load,
|
||||
DOM.jqueryLoad
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue