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 AE27B11232 for ; Wed, 23 Apr 2014 19:00:08 +0000 (UTC) Received: (qmail 4145 invoked by uid 500); 23 Apr 2014 18:57:57 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 3238 invoked by uid 500); 23 Apr 2014 18:57:32 -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 2422 invoked by uid 99); 23 Apr 2014 18:57:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 18:57:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A2E3898F29E; Wed, 23 Apr 2014 18:57:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ian@apache.org To: commits@cordova.apache.org Date: Wed, 23 Apr 2014 18:57:13 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/7] 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/master Commit: cf777ed1c4dd480c39ac6e75f0a8973b8f6de9d7 Parents: 175f02e Author: Jesse MacFadyen Authored: Tue Apr 8 16:19:41 2014 -0700 Committer: Jesse MacFadyen 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);