Remove unnecessary fat arrow.

Looks like this was introduced in https://github.com/atom/atom/pull/11369. 
🙈
This commit is contained in:
joshaber
2016-04-07 11:25:00 -04:00
parent c3d03f4d57
commit 130c400758

View File

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