Change editor-selection-change event name to selection-change

This commit is contained in:
Kevin Sawicki
2012-10-01 15:40:39 -07:00
parent edfd61c702
commit b7f32036c2
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class Gutter extends View
editor = @editor()
highlightCursorLine = => @highlightCursorLine()
editor.on 'cursor-move', highlightCursorLine
editor.on 'editor-selection-change', highlightCursorLine
editor.on 'selection-change', highlightCursorLine
@calculateWidth()
editor: ->