Merge pull request #11398 from atom/fix-lint

Fix build lint
This commit is contained in:
Josh Abernathy
2016-04-07 11:33:54 -04:00

View File

@@ -287,7 +287,7 @@ class TextEditorComponent
# with the menu open.
@openedAccentedCharacterMenu = false
@domNode.addEventListener 'keyup', =>
@domNode.addEventListener 'keyup', ->
lastKeydownBeforeKeypress = null
lastKeydown = null