added help module

This commit is contained in:
coderaiser 2013-06-12 10:46:25 -04:00
parent ea53592673
commit 5b6d353ed5
3 changed files with 5 additions and 1 deletions

View file

@ -58,6 +58,8 @@ getJSONfromFileTable.
* Added ability to put callback to view.
* Added help module.
2012.04.22, v0.2.0

View file

@ -2,6 +2,7 @@
"edit/_codemirror",
"menu",
"view",
"help",
"terminal", {
"name": "storage",
"data": [{

View file

@ -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
]);