mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Use more idiomatic JS in WebContents' init()
This commit is contained in:
@@ -297,7 +297,7 @@ WebContents.prototype._init = function () {
|
||||
window: event.sender.getOwnerBrowserWindow(),
|
||||
x: params.x,
|
||||
y: params.y,
|
||||
callback: callback
|
||||
callback
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user