fix(statusbar.js): remove trailing whitespace in comment for lint (#1970)

- Lint complained about a trainling whitesapce in comment
This commit is contained in:
Manuel Beck
2026-07-06 16:01:11 +02:00
committed by GitHub
parent 50ee09e492
commit cdbeb603bd
+1 -1
View File
@@ -60,7 +60,7 @@ Object.defineProperty(statusBar, 'visible', {
/**
* Sets the background color of the visible status bar.
* Supports valid CSS color values, e.g. `rebeccapurple`, `#RRGGBBAA`, `rgb(255 0 153)`.
*
*
* If cordova-plugin-statusbar is installed, calls are forwarded to the plugin API:
* `window.StatusBar.backgroundColorByHexString`
* See {@link https://s.apache.org/cdv-plugin-statusbar} for cordova-plugin-statusbar details.