mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
define devToolsWebContents for use from remote module
This commit is contained in:
@@ -17,6 +17,7 @@ BrowserWindow::_init = ->
|
||||
@setMenu menu if menu?
|
||||
|
||||
@webContents = @getWebContents()
|
||||
@devToolsWebContents = null
|
||||
@webContents.once 'destroyed', => @webContents = null
|
||||
|
||||
# Remember the window ID.
|
||||
|
||||
Reference in New Issue
Block a user