Update as upstream

This commit is contained in:
Plusb Preco 2015-07-29 02:21:32 +09:00
parent 63258f9f53
commit 11589a7bde

View file

@ -130,10 +130,10 @@ If "on", the guest page will have web security disabled.
## API ## API
The webview element must be loaded before using the methods. 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();
}); });
``` ```