Merge pull request #5031 from tony612/fix-text-editor-observeCursors-doc

📝 fix ::observeCursors doc
This commit is contained in:
Kevin Sawicki
2015-01-13 09:55:49 -08:00

View File

@@ -354,7 +354,7 @@ class TextEditor extends Model
# Immediately calls your callback for each existing cursor.
#
# * `callback` {Function}
# * `selection` {Selection} that was added
# * `cursor` {Cursor} that was added
#
# Returns a {Disposable} on which `.dispose()` can be called to unsubscribe.
observeCursors: (callback) ->