mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04: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