define devToolsWebContents for use from remote module

This commit is contained in:
deepak1556 2015-03-11 19:58:12 +05:30
parent 1679115302
commit adb130cefa

View file

@ -17,6 +17,7 @@ BrowserWindow::_init = ->
@setMenu menu if menu? @setMenu menu if menu?
@webContents = @getWebContents() @webContents = @getWebContents()
@devToolsWebContents = null
@webContents.once 'destroyed', => @webContents = null @webContents.once 'destroyed', => @webContents = null
# Remember the window ID. # Remember the window ID.