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 85BD6109FC for ; Mon, 28 Apr 2014 21:28:13 +0000 (UTC) Received: (qmail 33913 invoked by uid 500); 28 Apr 2014 21:27:53 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 33778 invoked by uid 500); 28 Apr 2014 21:27: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 33637 invoked by uid 99); 28 Apr 2014 21:27:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 21:27:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C33B59940F7; Mon, 28 Apr 2014 21:27:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: naika@apache.org To: commits@cordova.apache.org Date: Mon, 28 Apr 2014 21:28:11 -0000 Message-Id: <59c8f130a1944870aabe354a0c5d581b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [27/34] 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-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/2b591b27 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/2b591b27 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/2b591b27 Branch: refs/heads/dev Commit: 2b591b27703058d7f3fcbebd5b8e0a5849f3e892 Parents: 66ae734 Author: Jesse MacFadyen Authored: Tue Apr 8 16:14:20 2014 -0700 Committer: Archana Naik Committed: Tue Apr 15 17:48:43 2014 -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/2b591b27/src/windows8/NotificationProxy.js ---------------------------------------------------------------------- diff --git a/src/windows8/NotificationProxy.js b/src/windows8/NotificationProxy.js index aed72a5..d61adae 100644 --- a/src/windows8/NotificationProxy.js +++ b/src/windows8/NotificationProxy.js @@ -117,4 +117,4 @@ module.exports = { } }; -require("cordova/windows8/commandProxy").add("Notification",module.exports); +require("cordova/exec/proxy").add("Notification",module.exports);