You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by cs...@apache.org on 2013/10/24 21:27:54 UTC

git commit: CB-5187: remove unused var os_platform

Updated Branches:
  refs/heads/master a778f0063 -> f76dfb80d


CB-5187: remove unused var os_platform


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

Branch: refs/heads/master
Commit: f76dfb80df6f605c69328a0ad33f5faea68a8751
Parents: a778f00
Author: Carlos Santana <cs...@gmail.com>
Authored: Thu Oct 24 15:26:44 2013 -0400
Committer: Carlos Santana <cs...@gmail.com>
Committed: Thu Oct 24 15:26:44 2013 -0400

----------------------------------------------------------------------
 spec/compile.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/f76dfb80/spec/compile.spec.js
----------------------------------------------------------------------
diff --git a/spec/compile.spec.js b/spec/compile.spec.js
index b5a9304..5b4682a 100644
--- a/spec/compile.spec.js
+++ b/spec/compile.spec.js
@@ -28,7 +28,7 @@ var cordova = require('../cordova'),
 
 
 var supported_platforms = Object.keys(platforms).filter(function(p) { return p != 'www'; });
-var os_platform = os.platform();
+
 
 describe('compile command', function() {
     var is_cordova, list_platforms, fire, result, child, spawn_wrap;