mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
📝 Remove warning on missing reference
This commit is contained in:
@@ -519,7 +519,7 @@ class Editor extends Model
|
||||
#
|
||||
# If the language doesn't have comments, nothing happens.
|
||||
#
|
||||
# Returns an {Array} of the commented {Ranges}.
|
||||
# Returns an {Array} of the commented {Range}s.
|
||||
toggleLineCommentsInSelection: ->
|
||||
@mutateSelectedText (selection) -> selection.toggleLineComments()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user