Add newline before example code block

This commit is contained in:
Kevin Sawicki 2015-12-03 08:40:47 -08:00
parent 58567834c7
commit dec714bda4

View file

@ -164,6 +164,7 @@ The `webview` tag has the following methods:
**Note:** The webview element must be loaded before using the methods.
**Example**
```javascript
webview.addEventListener("dom-ready", function() {
webview.openDevTools();