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