update comments

This commit is contained in:
Luke Pommersheim
2015-09-23 11:01:49 +02:00
parent 6697693d57
commit 1b07093cff
2 changed files with 2 additions and 2 deletions

View File

@@ -2264,7 +2264,7 @@ class TextEditor extends Model
@consolidateSelections()
@getLastSelection().clear(options)
# Reduce multiple selections to the first, original selection.
# Reduce multiple selections to the least recently added selection.
consolidateSelections: ->
selections = @getSelections()
if selections.length > 1