Use skinny arrow

This commit is contained in:
probablycorey
2013-11-15 14:35:02 -08:00
parent 7c348ee478
commit 084bbb1578

View File

@@ -54,7 +54,7 @@ class WindowEventHandler
@subscribeToCommand $(document), 'core:focus-previous', @focusPrevious
@subscribe $(document), 'keydown', (event) =>
@subscribe $(document), 'keydown', (event) ->
atom.keymap.handleKeyEvent(event)
@subscribe $(document), 'drop', (e) ->