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 4270410AB6 for ; Tue, 24 Sep 2013 08:59:36 +0000 (UTC) Received: (qmail 44987 invoked by uid 500); 24 Sep 2013 08:59:35 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 44963 invoked by uid 500); 24 Sep 2013 08:59: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 44953 invoked by uid 99); 24 Sep 2013 08:59:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 08:59:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5B36F908308; Tue, 24 Sep 2013 08:59:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Message-Id: <679ffd1f9183401ab2fcffa56c04b622@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [windows8] commandProxy was moved Date: Tue, 24 Sep 2013 08:59:31 +0000 (UTC) Updated Branches: refs/heads/dev f2ce6b426 -> c7f3689d7 [windows8] commandProxy was moved Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/c7f3689d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/c7f3689d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/c7f3689d Branch: refs/heads/dev Commit: c7f3689d7b3b838084555f49d01f3f0ba4ae0f8c Parents: f2ce6b4 Author: purplecabbage Authored: Tue Sep 24 01:59:03 2013 -0700 Committer: purplecabbage Committed: Tue Sep 24 01:59:03 2013 -0700 ---------------------------------------------------------------------- src/windows8/NetworkInfoProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/c7f3689d/src/windows8/NetworkInfoProxy.js ---------------------------------------------------------------------- diff --git a/src/windows8/NetworkInfoProxy.js b/src/windows8/NetworkInfoProxy.js index 37cb5fe..a95e61b 100644 --- a/src/windows8/NetworkInfoProxy.js +++ b/src/windows8/NetworkInfoProxy.js @@ -84,4 +84,4 @@ module.exports = { }; -require("cordova/commandProxy").add("NetworkStatus",module.exports); \ No newline at end of file +require("cordova/windows8/commandProxy").add("NetworkStatus",module.exports);