Use more idiomatic JS in WebContents' init()

This commit is contained in:
Charles Kerr 2018-02-20 19:20:11 -06:00
parent 9c56b81b71
commit f59d078eea

View file

@ -297,7 +297,7 @@ WebContents.prototype._init = function () {
window: event.sender.getOwnerBrowserWindow(),
x: params.x,
y: params.y,
callback: callback
callback
})
})