Add missing semicolon in webview tag documentation
This commit is contained in:
parent
a84e6227ef
commit
9199d0df0a
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ webview.send('ping');
|
||||||
var ipc = require('ipc');
|
var ipc = require('ipc');
|
||||||
ipc.on('ping', function() {
|
ipc.on('ping', function() {
|
||||||
ipc.sendToHost('pong');
|
ipc.sendToHost('pong');
|
||||||
})
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
### crashed
|
### crashed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue