You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/12/06 14:59:47 UTC

git commit: windows8. adds missing reference to PositionError (w/o it the app crashes)

Updated Branches:
  refs/heads/dev 2ecd9d1ec -> 179993f3a


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/dev
Commit: 179993f3a500d08aae52cae5a3fe0aac49f3d266
Parents: 2ecd9d1
Author: sgrebnov <se...@gmail.com>
Authored: Wed Dec 4 18:04:05 2013 +0400
Committer: Andrew Grieve <ag...@chromium.org>
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>