remove no longer used module.

Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/070eb318
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/070eb318
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/070eb318

Branch: refs/heads/no-lazy-load
Commit: 070eb318c17f366bd84927e9678403a1129e4bde
Parents: 0e3f7db
Author: filmaj <maj....@gmail.com>
Authored: Wed Jun 7 17:20:42 2017 -0500
Committer: filmaj <maj....@gmail.com>
Committed: Fri Jun 9 08:58:46 2017 -0500

----------------------------------------------------------------------
 src/cordova/cordova.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/070eb318/src/cordova/cordova.js
----------------------------------------------------------------------
diff --git a/src/cordova/cordova.js b/src/cordova/cordova.js
index 99c8078..f17cf69 100644
--- a/src/cordova/cordova.js
+++ b/src/cordova/cordova.js
@@ -55,7 +55,6 @@ exports.findProjectRoot = function(opt_startDir) {
 var addModuleProperty = cordova_util.addModuleProperty;
 addModuleProperty(module, 'prepare', './prepare', true);
 addModuleProperty(module, 'build', './build', true);
-addModuleProperty(module, 'help', './help');
 addModuleProperty(module, 'config', './config');
 addModuleProperty(module, 'create', './create', true);
 addModuleProperty(module, 'emulate', './emulate', true);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to