mirror of
https://github.com/apache/cordova-android.git
synced 2026-07-25 00:00:05 +08:00
fix(statusbar.js): remove trailing whitespace in comment for lint (#1970)
- Lint complained about a trainling whitesapce in comment
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user