You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/01/05 11:17:22 UTC

cordova-plugin-statusbar git commit: CB-10118 Fixes plugin loading error for browser platform

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master 999ad4f6c -> 3e9ce84a5


CB-10118 Fixes plugin loading error for browser platform

This closes #43


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/3e9ce84a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/3e9ce84a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/3e9ce84a

Branch: refs/heads/master
Commit: 3e9ce84a56c43c8ad58e49c1d9373a563efa8063
Parents: 999ad4f
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Dec 25 10:42:40 2015 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Tue Jan 5 13:16:26 2016 +0300

----------------------------------------------------------------------
 plugin.xml               | 2 +-
 src/browser/statusbar.js | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/3e9ce84a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index b8dab6b..2d35c4e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -48,7 +48,7 @@
     </platform>
 
     <platform name="browser">
-        <js-module src="src/browser/statusbar.js" name="statusbar">
+        <js-module src="src/browser/statusbar.js" name="statusbar.Browser">
             <merges target="window.StatusBar" />
         </js-module>
     </platform>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/3e9ce84a/src/browser/statusbar.js
----------------------------------------------------------------------
diff --git a/src/browser/statusbar.js b/src/browser/statusbar.js
index ed5b00d..d5637a5 100644
--- a/src/browser/statusbar.js
+++ b/src/browser/statusbar.js
@@ -32,11 +32,7 @@ module.exports = {
     styleLightContent:notSupported,
     styleBlackOpaque:notSupported,
     overlaysWebView:notSupported,
-    overlaysWebView: notSupported,
-    styleDefault: notSupported,
     styleLightContect: notSupported,
-    styleBlackTranslucent: notSupported,
-    styleBlackOpaque: notSupported,
     backgroundColorByName: notSupported,
     backgroundColorByHexString: notSupported,
     hide: notSupported,


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