Skip to content

Commit

Permalink
fix variable passing
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 17, 2019
1 parent 45b4043 commit 5562f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/pages/webview-origin-zoom-level.html
Expand Up @@ -14,6 +14,6 @@
})
view2.addEventListener('dom-ready', () => {
const zoomLevel = view2.getZoomLevel()
ipcRenderer.send('webview-origin-zoom-level', level)
ipcRenderer.send('webview-origin-zoom-level', zoomLevel)
})
</script>

0 comments on commit 5562f02

Please sign in to comment.