You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/04/06 03:20:43 UTC

[22/40] git commit: CordovaCommandResult

CordovaCommandResult


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/8023b0ac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/8023b0ac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/8023b0ac

Branch: refs/heads/master
Commit: 8023b0ac89e3b251afdf3fb640995564739970f8
Parents: 38fd337
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 28 02:42:59 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 28 16:01:43 2012 -0700

----------------------------------------------------------------------
 lib/wp7/platform.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/8023b0ac/lib/wp7/platform.js
----------------------------------------------------------------------
diff --git a/lib/wp7/platform.js b/lib/wp7/platform.js
index ddfef78..660b6a3 100644
--- a/lib/wp7/platform.js
+++ b/lib/wp7/platform.js
@@ -1,11 +1,17 @@
 module.exports = {
     id: "wp7",
-    initialize:function() {},
+    initialize:function() {
+		
+		//window.Cordova = window.cordova;
+			
+		
+	},
     objects: {
 		cordova: {
 			children: {
+				
 				CordovaCommandResult: {
-					path:"cordova/plugin/wp7/cordovaCommandResult"
+					path:"cordova/plugin/wp7/CordovaCommandResult"
 				}
 			}
 		},