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 6E7D5103FE for ; Wed, 25 Sep 2013 13:03:18 +0000 (UTC) Received: (qmail 76527 invoked by uid 500); 25 Sep 2013 13:03:18 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 76482 invoked by uid 500); 25 Sep 2013 13:03:17 -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 76377 invoked by uid 99); 25 Sep 2013 13:03:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 13:03:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3D298909A71; Wed, 25 Sep 2013 13:03:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: commits@cordova.apache.org Date: Wed, 25 Sep 2013 13:03:12 -0000 Message-Id: In-Reply-To: <8a3a859dcdb64d458056edaa339e948e@git.apache.org> References: <8a3a859dcdb64d458056edaa339e948e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] git commit: [Windows8] commandProxy has moved [Windows8] commandProxy has moved Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/f5a521f5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/f5a521f5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/f5a521f5 Branch: refs/heads/dev Commit: f5a521f5eaa505ce9322bc066187da3f55f0a384 Parents: ed86de0 Author: purplecabbage Authored: Tue Sep 24 01:26:11 2013 -0700 Committer: Anis Kadri Committed: Wed Sep 25 15:02:30 2013 +0200 ---------------------------------------------------------------------- src/windows8/CameraProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f5a521f5/src/windows8/CameraProxy.js ---------------------------------------------------------------------- diff --git a/src/windows8/CameraProxy.js b/src/windows8/CameraProxy.js index 7c45dc3..16e20f6 100644 --- a/src/windows8/CameraProxy.js +++ b/src/windows8/CameraProxy.js @@ -338,4 +338,4 @@ module.exports = { } }; -require("cordova/commandProxy").add("Camera",module.exports); +require("cordova/windows8/commandProxy").add("Camera",module.exports);