You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/12/05 02:26:58 UTC

[4/8] cordova-lib git commit: happier jshint

happier jshint


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/1bbf544f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/1bbf544f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/1bbf544f

Branch: refs/heads/master
Commit: 1bbf544f3f3cff709d9ee1618b585d4c57e8e62c
Parents: 1ae6a86
Author: David Barth <da...@canonical.com>
Authored: Thu Nov 19 18:00:35 2015 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Nov 19 18:00:35 2015 +0100

----------------------------------------------------------------------
 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/1bbf544f/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 0f6cee9..06cac97 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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org