mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove unused event methods.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user