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 A288B106D7 for ; Thu, 26 Sep 2013 22:26:02 +0000 (UTC) Received: (qmail 21261 invoked by uid 500); 26 Sep 2013 22:26:02 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 21235 invoked by uid 500); 26 Sep 2013 22:26:02 -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 21183 invoked by uid 99); 26 Sep 2013 22:26:02 -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:26:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6CCA090B786; Thu, 26 Sep 2013 22:26:02 +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:26:11 -0000 Message-Id: <7c3b8297a1694befa6255c987872cb65@git.apache.org> In-Reply-To: <7e18165e9ff747a396e220a92ed1b078@git.apache.org> References: <7e18165e9ff747a396e220a92ed1b078@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/14] git commit: [CB-4903] File Plugin not loading Windows8 [CB-4903] File Plugin not loading Windows8 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/12403736 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/12403736 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/12403736 Branch: refs/heads/master Commit: 1240373609cb8ee189dcaab894d053ff8f04d104 Parents: 14da0cc Author: Carlos Santana Authored: Tue Sep 24 18:12:44 2013 -0400 Committer: Anis Kadri Committed: Wed Sep 25 16:19:11 2013 +0200 ---------------------------------------------------------------------- src/windows8/FileProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/12403736/src/windows8/FileProxy.js ---------------------------------------------------------------------- diff --git a/src/windows8/FileProxy.js b/src/windows8/FileProxy.js index 6da9dd0..1445ae7 100644 --- a/src/windows8/FileProxy.js +++ b/src/windows8/FileProxy.js @@ -842,4 +842,4 @@ module.exports = { }; -require("cordova/commandProxy").add("File",module.exports); +require("cordova/windows8/commandProxy").add("File",module.exports);