From 3e9ce84a56c43c8ad58e49c1d9373a563efa8063 Mon Sep 17 00:00:00 2001 From: Vladimir Kotikov Date: Fri, 25 Dec 2015 10:42:40 +0300 Subject: [PATCH] CB-10118 Fixes plugin loading error for browser platform This closes #43 --- plugin.xml | 2 +- src/browser/statusbar.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/plugin.xml b/plugin.xml index b8dab6b..2d35c4e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -48,7 +48,7 @@ - + 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,