📝 Remove warning on missing reference

This commit is contained in:
Kevin Sawicki
2014-02-04 11:28:34 -08:00
parent 0dc0883531
commit 099f632a6c

View File

@@ -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()