happier jshint. This closes #294
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/48dc5428 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/48dc5428 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/48dc5428 Branch: refs/heads/master Commit: 48dc542866dc25ef5c3ef86dd401d62fd1972b01 Parents: 13067aa Author: David Barth <[email protected]> Authored: Thu Nov 19 18:00:35 2015 +0100 Committer: Steve Gill <[email protected]> Committed: Tue Nov 24 17:58:07 2015 -0800 ---------------------------------------------------------------------- cordova-lib/src/plugman/platforms/ubuntu.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/48dc5428/cordova-lib/src/plugman/platforms/ubuntu.js ---------------------------------------------------------------------- diff --git a/cordova-lib/src/plugman/platforms/ubuntu.js b/cordova-lib/src/plugman/platforms/ubuntu.js index c7f794e..7064a6f 100644 --- a/cordova-lib/src/plugman/platforms/ubuntu.js +++ b/cordova-lib/src/plugman/platforms/ubuntu.js @@ -32,10 +32,9 @@ function toCamelCase(str) { function getPluginXml(plugin_dir) { var et = require('elementtree'), fs = require('fs'), - shell = require('shelljs'), path = require('path'); - var pluginxml = undefined; + var pluginxml; var config_path = path.join(plugin_dir, 'plugin.xml'); if (fs.existsSync(config_path)) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
