Revert "added help module"

This reverts commit eec5e461f8.
This commit is contained in:
coderaiser 2013-06-12 10:52:39 -04:00
parent eec5e461f8
commit 8d4692ed56
3 changed files with 1 additions and 5 deletions

View file

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

View file

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

View file

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