windows8. adds missing reference to PositionError (w/o it the app crashes)
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/179993f3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/179993f3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/179993f3 Branch: refs/heads/master Commit: 179993f3a500d08aae52cae5a3fe0aac49f3d266 Parents: 2ecd9d1 Author: sgrebnov <[email protected]> Authored: Wed Dec 4 18:04:05 2013 +0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Dec 6 08:59:40 2013 -0500 ---------------------------------------------------------------------- plugin.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/179993f3/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 16db3e9..3799706 100644 --- a/plugin.xml +++ b/plugin.xml @@ -173,6 +173,9 @@ xmlns:android="http://schemas.android.com/apk/res/android" <config-file target="package.appxmanifest" parent="/Package/Capabilities"> <DeviceCapability Name="location" /> </config-file> + <js-module src="www/PositionError.js" name="PositionError"> + <clobbers target="PositionError" /> + </js-module> <js-module src="src/windows8/GeolocationProxy.js" name="GeolocationProxy"> <merges target="" /> </js-module>
