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 A9697106B9 for ; Thu, 26 Sep 2013 22:25:31 +0000 (UTC) Received: (qmail 18710 invoked by uid 500); 26 Sep 2013 22:25:31 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 18641 invoked by uid 500); 26 Sep 2013 22:25:31 -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 18553 invoked by uid 99); 26 Sep 2013 22:25:30 -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, 26 Sep 2013 22:25:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2D82990B71D; Thu, 26 Sep 2013 22:25:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 26 Sep 2013 22:25:34 -0000 Message-Id: <3c4dfe33dc1a48aba5ad892ef2016cd6@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/10] git commit: [windows8] commandProxy was moved [windows8] commandProxy was moved Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/69e26060 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/69e26060 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/69e26060 Branch: refs/heads/master Commit: 69e260607e3b299d113a3af5826e4b9a29991747 Parents: 814e60e Author: purplecabbage Authored: Tue Sep 24 01:37:00 2013 -0700 Committer: purplecabbage Committed: Tue Sep 24 01:37:00 2013 -0700 ---------------------------------------------------------------------- src/windows8/NotificationProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/69e26060/src/windows8/NotificationProxy.js ---------------------------------------------------------------------- diff --git a/src/windows8/NotificationProxy.js b/src/windows8/NotificationProxy.js index 8ede490..b171064 100644 --- a/src/windows8/NotificationProxy.js +++ b/src/windows8/NotificationProxy.js @@ -114,4 +114,4 @@ module.exports = { } }; -require("cordova/commandProxy").add("Notification",module.exports); \ No newline at end of file +require("cordova/windows8/commandProxy").add("Notification",module.exports);