mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Use -> instead of =>
This commit is contained in:
@@ -115,7 +115,7 @@ class CommandRegistry
|
||||
|
||||
@commandRegistered(commandName)
|
||||
|
||||
new Disposable =>
|
||||
new Disposable ->
|
||||
listenersForElement.splice(listenersForElement.indexOf(listener), 1)
|
||||
listenersForCommand.delete(element) if listenersForElement.length is 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user