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');
|
||||
ipc.on('ping', function() {
|
||||
ipc.sendToHost('pong');
|
||||
})
|
||||
});
|
||||
```
|
||||
|
||||
### crashed
|
||||
|
|
Loading…
Reference in a new issue