mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Update remove spec
This commit is contained in:
@@ -47,7 +47,7 @@ class Keymap
|
||||
@bindKeys(source, selector, keyMappings)
|
||||
|
||||
remove: (source) ->
|
||||
@keyBindings = @keyBindings.filter (keyBinding) -> keyBinding.source is source
|
||||
@keyBindings = @keyBindings.filter (keyBinding) -> keyBinding.source isnt source
|
||||
|
||||
# Public: Returns an array of all {KeyBinding}s
|
||||
getKeyBindings: ->
|
||||
|
||||
Reference in New Issue
Block a user