From 106d8801a70a9b97cd606e27f80c6c7988f368cc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 7 Jan 2015 10:15:25 -0500 Subject: [PATCH] CB-7950 CLI make CordovaCliCreate.prototype.run vaguely correct --- src/create.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/create.js b/src/create.js index e9ee6b3e2..6a509cef8 100644 --- a/src/create.js +++ b/src/create.js @@ -33,13 +33,8 @@ CordovaCliCreate.prototype.run = function (args, undashed) { customWww; // parseConfig will determine if there's a valid config JSON string - cfg = parseConfig(undashed[4]); + cfg = this.parseConfig(undashed[4]); - // customWww - this.customWww = function (args) { - - } - // create(dir, id, name, cfg) cordova.raw.create( undashed[1] // dir to create the project in , undashed[2] // App id