Merge pull request #3680 from atom/newline-before-code-block

Add newline before example code block
This commit is contained in:
Jessica Lord
2015-12-03 12:16:32 -08:00

View File

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