You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2016/03/08 18:54:40 UTC

cordova-lib git commit: Fix syntax error introduced in e1bde1

Repository: cordova-lib
Updated Branches:
  refs/heads/master e1bde1afa -> e740debff


Fix syntax error introduced in e1bde1


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

Branch: refs/heads/master
Commit: e740debffe6f83174126ba3c1711d017b3052d4f
Parents: e1bde1a
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Tue Mar 8 09:54:30 2016 -0800
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Tue Mar 8 09:54:30 2016 -0800

----------------------------------------------------------------------
 cordova-lib/src/cordova/platform.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/e740debf/cordova-lib/src/cordova/platform.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platform.js b/cordova-lib/src/cordova/platform.js
index 9b1157e..2ea8c01 100644
--- a/cordova-lib/src/cordova/platform.js
+++ b/cordova-lib/src/cordova/platform.js
@@ -653,7 +653,7 @@ function installPluginsForNewPlatform(platform, projectRoot, opts) {
                 // related PR: https://github.com/apache/cordova-lib/pull/360) so we need to
                 // specify the option below in both places
                 usePlatformWww: true,
-                is_top_level: pluginMetadata.is_top_level
+                is_top_level: pluginMetadata.is_top_level,
                 force: opts.force
             };
 


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