Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38EEB10A16 for ; Thu, 11 Jul 2013 18:10:52 +0000 (UTC) Received: (qmail 59933 invoked by uid 500); 11 Jul 2013 18:10:52 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 59899 invoked by uid 500); 11 Jul 2013 18:10:51 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 59892 invoked by uid 99); 11 Jul 2013 18:10:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 18:10:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D695288FA53; Thu, 11 Jul 2013 18:10:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bennmapes@apache.org To: commits@cordova.apache.org Message-Id: <5c6c6dc2110d454ebdbba0e3aea1134a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Moved js clobbers to each platform execpt windows phone Date: Thu, 11 Jul 2013 18:10:50 +0000 (UTC) Updated Branches: refs/heads/master 477c4ee5e -> b0f28b0fb Moved js clobbers to each platform execpt windows phone 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/b0f28b0f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/b0f28b0f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/b0f28b0f Branch: refs/heads/master Commit: b0f28b0fbef8742fbbf259347e36984a1d2968e0 Parents: 477c4ee Author: Benn Mapes Authored: Thu Jul 11 11:10:31 2013 -0700 Committer: Benn Mapes Committed: Thu Jul 11 11:10:31 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 89 +++++++++++++++++++++++++++++----------------- src/wp/GeoLocation.cs | 2 +- 2 files changed, 57 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b0f28b0f/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 617a293..e276498 100644 --- a/plugin.xml +++ b/plugin.xml @@ -6,26 +6,25 @@ Geolocation - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -36,7 +35,7 @@ - + @@ -45,7 +44,24 @@ - + + + + + + + + + + + + + + + + + + @@ -57,6 +73,23 @@ + + + + + + + + + + + + + + + + + @@ -65,32 +98,22 @@ - - - - - - - + + --> - - - - - - + http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b0f28b0f/src/wp/GeoLocation.cs ---------------------------------------------------------------------- diff --git a/src/wp/GeoLocation.cs b/src/wp/GeoLocation.cs index c53cb29..42af72d 100644 --- a/src/wp/GeoLocation.cs +++ b/src/wp/GeoLocation.cs @@ -23,7 +23,7 @@ namespace WPCordovaClassLib.Cordova.Commands /// /// This is a command stub, the browser provides the correct implementation. We use this to trigger the static analyzer that we require this permission /// - public class GeoLocation + public class Geolocation { /* Unreachable code, by design -jm */ private void triggerGeoInclusion()