resource is the new document

This commit is contained in:
Corey Johnson
2011-11-11 15:20:33 -08:00
parent a7f7ae2bbe
commit 691f4c02d0
8 changed files with 32 additions and 36 deletions

View File

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