mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Fix missing parentheses
This commit is contained in:
@@ -72,7 +72,7 @@ class ApplicationDelegate
|
||||
remote.getCurrentWindow().toggleDevTools()
|
||||
|
||||
executeJavaScriptInWindowDevTools: (code) ->
|
||||
webContents = remote.getCurrentWindow.webContents
|
||||
webContents = remote.getCurrentWindow().webContents
|
||||
webContents.executeJavaScript(code)
|
||||
|
||||
setWindowDocumentEdited: (edited) ->
|
||||
|
||||
Reference in New Issue
Block a user