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

@@ -1596,7 +1596,7 @@ describe "Editor", ->
expect(miniEditor.find('.line.cursor-line').length).toBe 0
fdescribe "gutter line highlighting", ->
describe "gutter line highlighting", ->
beforeEach ->
editor.attachToDom(heightInLines: 5.5)