You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2022/07/26 23:04:46 UTC

[cordova-plugin-statusbar] branch master updated: fix(browser): Remove invalid proxy function (#230)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d35332  fix(browser): Remove invalid proxy function (#230)
0d35332 is described below

commit 0d3533269779b72b3e3f15e073fc8f729513d1b7
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Wed Jul 27 01:04:40 2022 +0200

    fix(browser): Remove invalid proxy function (#230)
---
 src/browser/StatusBarProxy.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/browser/StatusBarProxy.js b/src/browser/StatusBarProxy.js
index 1ac1ac9..173d9d5 100644
--- a/src/browser/StatusBarProxy.js
+++ b/src/browser/StatusBarProxy.js
@@ -38,7 +38,6 @@ module.exports = {
     styleLightContent: notSupported,
     styleBlackOpaque: notSupported,
     overlaysWebView: notSupported,
-    styleLightContect: 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