You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 18:13:37 UTC

[40/47] git commit: CB-6422 [windows8] use cordova/exec/proxy

CB-6422 [windows8] use cordova/exec/proxy


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

Branch: refs/heads/cdvtest
Commit: cf777ed1c4dd480c39ac6e75f0a8973b8f6de9d7
Parents: 175f02e
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:19:41 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:19:41 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/cf777ed1/src/windows8/GeolocationProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/GeolocationProxy.js b/src/windows8/GeolocationProxy.js
index d965efd..c341431 100644
--- a/src/windows8/GeolocationProxy.js
+++ b/src/windows8/GeolocationProxy.js
@@ -160,4 +160,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("Geolocation", module.exports);
\ No newline at end of file
+require("cordova/exec/proxy").add("Geolocation", module.exports);