Fix missing parentheses

This commit is contained in:
Wliu
2015-11-19 19:49:29 -05:00
parent 50a42af9fd
commit c85cd80544

View File

@@ -72,7 +72,7 @@ class ApplicationDelegate
remote.getCurrentWindow().toggleDevTools()
executeJavaScriptInWindowDevTools: (code) ->
webContents = remote.getCurrentWindow.webContents
webContents = remote.getCurrentWindow().webContents
webContents.executeJavaScript(code)
setWindowDocumentEdited: (edited) ->