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 <ml...@yahoo.com> Authored: Fri Oct 12 22:03:07 2012 +0200 Committer: Markus Leutwyler <ml...@yahoo.com> 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') };