Move specs for toggleLineCommentsInSelection to edit-session-spec

This commit is contained in:
Nathan Sobo
2012-06-12 16:22:18 -06:00
parent 426eeb5abe
commit b44a0b69a9
3 changed files with 24 additions and 26 deletions

View File

@@ -144,7 +144,7 @@ class EditSession
outdentSelectedRows: ->
@mutateSelectedText (selection) -> selection.outdentSelectedRows()
toggleCommentsInSelection: ->
toggleLineCommentsInSelection: ->
@mutateSelectedText (selection) -> selection.toggleLineComments()
cutToEndOfLine: ->