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 2014/07/29 21:58:05 UTC

git commit: update GeolocationProxy.js

Repository: cordova-plugin-geolocation
Updated Branches:
  refs/heads/master a0d48c93c -> b4b5525cc


update GeolocationProxy.js


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/b4b5525c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/b4b5525c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/b4b5525c

Branch: refs/heads/master
Commit: b4b5525cc338f5313ea37bd6ea18b894c3d77a90
Parents: a0d48c9
Author: Willy Aguirre <ma...@gmail.com>
Authored: Tue Jul 29 06:16:55 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Tue Jul 29 06:16:55 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b4b5525c/src/firefoxos/GeolocationProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/GeolocationProxy.js b/src/firefoxos/GeolocationProxy.js
index 305eed1..5a6ae7d 100644
--- a/src/firefoxos/GeolocationProxy.js
+++ b/src/firefoxos/GeolocationProxy.js
@@ -61,4 +61,4 @@ module.exports = {
     }
 };
 
-require("cordova/firefoxos/commandProxy").add("Geolocation", module.exports);
+require("cordova/exec/proxy").add("Geolocation", module.exports);