Updated Branches: refs/heads/2.9.x 3503e453d -> d1ecfbcc9
Oops, misplaced a \ Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/6c3badc7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/6c3badc7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/6c3badc7 Branch: refs/heads/2.9.x Commit: 6c3badc71d83f010262c7b44f8a57a49765302f9 Parents: 43a181d Author: Jesse MacFadyen <[email protected]> Authored: Tue Jun 18 11:22:38 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Jun 18 11:23:40 2013 -0700 ---------------------------------------------------------------------- wp7/tooling/scripts/createTemplates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/6c3badc7/wp7/tooling/scripts/createTemplates.js ---------------------------------------------------------------------- diff --git a/wp7/tooling/scripts/createTemplates.js b/wp7/tooling/scripts/createTemplates.js index 73f0ec7..b8755cc 100644 --- a/wp7/tooling/scripts/createTemplates.js +++ b/wp7/tooling/scripts/createTemplates.js @@ -34,7 +34,7 @@ var templatePath = '\\template'; //Get version number var versionNum ='0.0.0'; -var platformRoot = WScript.ScriptFullName.split('\\tooling\\', 1);\ +var platformRoot = WScript.ScriptFullName.split('\\tooling\\', 1); // set with the -install switch, default false var addToVS = false;
