Clean up semicolon lint errors
This commit is contained in:
parent
70bcb0ac5a
commit
b1f679ff6d
7 changed files with 16 additions and 10 deletions
|
@ -41,7 +41,7 @@ var WebViewImpl = (function() {
|
|||
// Subscribe to host's zoom level changes.
|
||||
this.onZoomLevelChanged = (zoomLevel) => {
|
||||
this.webviewNode.setZoomLevel(zoomLevel);
|
||||
}
|
||||
};
|
||||
webFrame.on('zoom-level-changed', this.onZoomLevelChanged);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue