atom.app is the final responder

This commit is contained in:
Chris Wanstrath
2011-11-10 10:50:17 -08:00
parent 40a2d127c5
commit b30455ee5e

View File

@@ -63,7 +63,7 @@ class KeyBinder
true
responders: ->
_.flatten [ (_.values atom.extensions), atom.document, window, atom ]
_.flatten [ (_.values atom.extensions), atom.document, window, atom.app ]
triggerBinding: (scope, method) ->
responder = _.detect @responders(), (responder) =>