mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add atom prefix to keymap global
This commit is contained in:
@@ -2723,7 +2723,7 @@ describe "EditorView", ->
|
||||
|
||||
describe "when the escape key is pressed on the editor view", ->
|
||||
it "clears multiple selections if there are any, and otherwise allows other bindings to be handled", ->
|
||||
keymap.bindKeys 'name', '.editor', 'escape': 'test-event'
|
||||
atom.keymap.bindKeys 'name', '.editor', 'escape': 'test-event'
|
||||
testEventHandler = jasmine.createSpy("testEventHandler")
|
||||
|
||||
editorView.on 'test-event', testEventHandler
|
||||
|
||||
Reference in New Issue
Block a user