Add missing semicolon in webview tag documentation

This commit is contained in:
Thomas Tuts 2015-06-09 18:14:06 +02:00
parent a84e6227ef
commit 9199d0df0a

View file

@ -448,7 +448,7 @@ webview.send('ping');
var ipc = require('ipc');
ipc.on('ping', function() {
ipc.sendToHost('pong');
})
});
```
### crashed