You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:25:06 UTC

[3/9] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/b98dd172
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/b98dd172
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/b98dd172

Branch: refs/heads/master
Commit: b98dd172fbf89e151bcff9c68f6c282922756a36
Parents: 2b46128
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:33:49 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:34:25 2013 -0700

----------------------------------------------------------------------
 src/windows8/CompassProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/b98dd172/src/windows8/CompassProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CompassProxy.js b/src/windows8/CompassProxy.js
index 718d811..65ba649 100644
--- a/src/windows8/CompassProxy.js
+++ b/src/windows8/CompassProxy.js
@@ -65,4 +65,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Compass",module.exports);});
+require("cordova/windows8/commandProxy").add("Compass",module.exports);});