fix signature of <webview>.executeJavaScript

This commit is contained in:
rhysd 2017-08-17 17:06:30 +09:00
parent 2edf4da859
commit 01f549628f

View file

@ -402,7 +402,7 @@ Returns `String` - The user agent for guest page.
Injects CSS into the guest page.
### `<webview>.executeJavaScript(code, userGesture, callback)`
### `<webview>.executeJavaScript(code[, userGesture, callback])`
* `code` String
* `userGesture` Boolean (optional) - Default `false`.