Merge pull request #7348 from tony612/fix-doc-for-text-editor-setText

fix doc for TextEditor setText
This commit is contained in:
Kevin Sawicki 2015-06-22 09:28:03 -07:00
commit 648b46eb39

View File

@ -749,6 +749,8 @@ class TextEditor extends Model
###
# Essential: Replaces the entire contents of the buffer with the given {String}.
#
# * `text` A {String} to replace with
setText: (text) -> @buffer.setText(text)
# Essential: Set the text in the given {Range} in buffer coordinates.