Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78DC5D1EA for ; Tue, 16 Oct 2012 18:33:28 +0000 (UTC) Received: (qmail 57582 invoked by uid 500); 16 Oct 2012 18:33:28 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 57518 invoked by uid 500); 16 Oct 2012 18:33:28 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 57360 invoked by uid 99); 16 Oct 2012 18:33:28 -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, 16 Oct 2012 18:33:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 991FC47A44; Tue, 16 Oct 2012 18:33:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [6/11] js commit: Remove unneeded file plugin Message-Id: <20121016183327.991FC47A44@tyr.zones.apache.org> Date: Tue, 16 Oct 2012 18:33:27 +0000 (UTC) Remove unneeded file plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/1f960ad6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/1f960ad6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/1f960ad6 Branch: refs/heads/master Commit: 1f960ad6a4a70656476e3d20c27865b1fff68cea Parents: 964d35e Author: Markus Leutwyler Authored: Fri Oct 12 22:03:07 2012 +0200 Committer: Markus Leutwyler Committed: Fri Oct 12 22:03:07 2012 +0200 ---------------------------------------------------------------------- lib/webos/exec.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/1f960ad6/lib/webos/exec.js ---------------------------------------------------------------------- diff --git a/lib/webos/exec.js b/lib/webos/exec.js index c39cc53..bd69d2a 100644 --- a/lib/webos/exec.js +++ b/lib/webos/exec.js @@ -20,7 +20,6 @@ var plugins = { "Camera": require('cordova/plugin/webos/camera'), "Accelerometer" : require('cordova/plugin/webos/accelerometer'), "Notification" : require('cordova/plugin/webos/notification'), - /* "File" : require('cordova/plugin/webos/filereader'), */ "Geolocation": require('cordova/plugin/webos/geolocation') };