mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
Move specs for toggleLineCommentsInSelection to edit-session-spec
This commit is contained in:
@@ -144,7 +144,7 @@ class EditSession
|
||||
outdentSelectedRows: ->
|
||||
@mutateSelectedText (selection) -> selection.outdentSelectedRows()
|
||||
|
||||
toggleCommentsInSelection: ->
|
||||
toggleLineCommentsInSelection: ->
|
||||
@mutateSelectedText (selection) -> selection.toggleLineComments()
|
||||
|
||||
cutToEndOfLine: ->
|
||||
|
||||
Reference in New Issue
Block a user