You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/12/01 07:57:17 UTC

cordova-lib git commit: Added a missing "else" keyword.

Repository: cordova-lib
Updated Branches:
  refs/heads/master d009464ef -> 5479c9881


Added a missing "else" keyword.


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

Branch: refs/heads/master
Commit: 5479c9881757e3956cc89482b416114b30c934af
Parents: d009464
Author: Max Woghiren <ma...@gmail.com>
Authored: Mon Dec 1 01:56:51 2014 -0500
Committer: Max Woghiren <ma...@gmail.com>
Committed: Mon Dec 1 01:56:51 2014 -0500

----------------------------------------------------------------------
 cordova-lib/spec-plugman/platforms/android.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/5479c988/cordova-lib/spec-plugman/platforms/android.spec.js
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-plugman/platforms/android.spec.js b/cordova-lib/spec-plugman/platforms/android.spec.js
index 387f2cc..86b8f6c 100644
--- a/cordova-lib/spec-plugman/platforms/android.spec.js
+++ b/cordova-lib/spec-plugman/platforms/android.spec.js
@@ -157,7 +157,7 @@ describe('android project handler', function() {
                         return '#Some comment\ntarget=android-17\nandroid.library=true';
                     } else if (file === mainProjectManifestFile) {
                         return '<manifest package="' + packageId + '">';
-                    }{
+                    } else {
                         throw new Error("Trying to read from an unexpected file " + file + '\n expected: ' + mainProjectPropsFile + '\n' + subProjectPropsFile);
                     }
                 })


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org