Use more idiomatic JS in WebContents' init()
This commit is contained in:
parent
9c56b81b71
commit
f59d078eea
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ WebContents.prototype._init = function () {
|
|||
window: event.sender.getOwnerBrowserWindow(),
|
||||
x: params.x,
|
||||
y: params.y,
|
||||
callback: callback
|
||||
callback
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue