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 3155D119FA for ; Tue, 29 Jul 2014 19:53:37 +0000 (UTC) Received: (qmail 56108 invoked by uid 500); 29 Jul 2014 19:53:37 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 56089 invoked by uid 500); 29 Jul 2014 19:53:37 -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 56080 invoked by uid 99); 29 Jul 2014 19:53:37 -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, 29 Jul 2014 19:53:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BF8FE821E8E; Tue, 29 Jul 2014 19:53:36 +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: <003f4aee20604968b79d4c5c3d7d0075@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: update NetworkProxy.js Date: Tue, 29 Jul 2014 19:53:36 +0000 (UTC) Repository: cordova-plugin-network-information Updated Branches: refs/heads/master b61bc6700 -> 531248555 update NetworkProxy.js 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/53124855 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/53124855 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/53124855 Branch: refs/heads/master Commit: 53124855555dee893b929491310fa27ccebd8eb2 Parents: b61bc67 Author: Willy Aguirre Authored: Tue Jul 29 06:39:05 2014 -0500 Committer: Willy Aguirre Committed: Tue Jul 29 06:39:05 2014 -0500 ---------------------------------------------------------------------- src/firefoxos/NetworkProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/53124855/src/firefoxos/NetworkProxy.js ---------------------------------------------------------------------- diff --git a/src/firefoxos/NetworkProxy.js b/src/firefoxos/NetworkProxy.js index f4e8208..da7e39b 100644 --- a/src/firefoxos/NetworkProxy.js +++ b/src/firefoxos/NetworkProxy.js @@ -86,4 +86,4 @@ module.exports = { } }; -require("cordova/firefoxos/commandProxy").add("NetworkStatus", module.exports); \ No newline at end of file +require("cordova/exec/proxy").add("NetworkStatus", module.exports); \ No newline at end of file