docs(): update docs

This commit is contained in:
Ibby Hadeed 2017-03-28 20:26:43 -04:00
parent d6711080e3
commit b872bd01ce

View File

@ -19,10 +19,11 @@ declare var window;
* *
* ... * ...
* *
* // let status bar overlay webview
* this.statusBar.overlaysWebView(true);
* *
* this.statusBar.overlaysWebView(true); // let status bar overlay webview * // set status bar to white
* * this.statusBar.backgroundColorByHexString('#ffffff');
* this.statusBar.backgroundColorByHexString('#ffffff'); // set status bar to white
* ``` * ```
* *
*/ */