You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/05/30 14:34:08 UTC

spec commit: CB-6780 Removed space from platform_layout for wp8

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 139011c4b -> 5e4e04cf9


CB-6780 Removed space from platform_layout for wp8

This closes #65


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/5e4e04cf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/5e4e04cf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/5e4e04cf

Branch: refs/heads/master
Commit: 5e4e04cf967eafc9063446215e0b4d8c95b881a1
Parents: 139011c
Author: Staci Cooper <sm...@us.ibm.com>
Authored: Thu May 29 10:40:57 2014 -0700
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri May 30 08:33:03 2014 -0400

----------------------------------------------------------------------
 createmobilespec/createmobilespec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/5e4e04cf/createmobilespec/createmobilespec.js
----------------------------------------------------------------------
diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index dbcd60e..1cc9641 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -52,7 +52,7 @@ var top_dir =             process.cwd() + path.sep,
                                               "www": "www" },
                             "windows8":     { "bin": "cordova-windows" + path.sep + "windows8",
                                               "www": "www" },
-                            "wp8":          { "bin": "cordova-wp8" + path.sep + " wp8",
+                            "wp8":          { "bin": "cordova-wp8" + path.sep + "wp8",
                                               "www": "www" } },
     platform_dirs =       {"android": "cordova-android",
                            "blackberry10": "cordova-blackberry" + path.sep + "blackberry10",