From 9e62551a3490e504c05b113e9c43a1c81c1d4104 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 12 Jun 2013 10:52:39 -0400 Subject: [PATCH] Revert "added help module" This reverts commit eec5e461f8c427dc7bef692eef136becf1b73a0b. --- ChangeLog | 2 -- json/modules.json | 1 - lib/client/view.js | 3 +-- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35cde65a..44c31fc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,8 +58,6 @@ getJSONfromFileTable. * Added ability to put callback to view. -* Added help module. - 2012.04.22, v0.2.0 diff --git a/json/modules.json b/json/modules.json index a37640b7..8ea623b7 100644 --- a/json/modules.json +++ b/json/modules.json @@ -2,7 +2,6 @@ "edit/_codemirror", "menu", "view", - "help", "terminal", { "name": "storage", "data": [{ diff --git a/lib/client/view.js b/lib/client/view.js index 0d35e08b..92e36a38 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -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 ]);