diff --git a/src/atom/window.coffee b/src/atom/window.coffee index 9fe71c098..c1109e1f4 100644 --- a/src/atom/window.coffee +++ b/src/atom/window.coffee @@ -25,10 +25,10 @@ windowAdditions = @showConsole true handleKeyEvent: -> - atom.keybinder.handleEvent arguments... + null triggerEvent: -> - atom.trigger arguments... + null for key, value of windowAdditions console.warn "DOMWindow already has a key named `#{key}`" if window[key]