Update Cursor::onDidChangePosition doc string

This commit is contained in:
Ben Ogle
2014-09-22 16:12:51 -07:00
parent 688b209000
commit 021208d933

View File

@@ -71,6 +71,7 @@ class Cursor extends Model
# * `newBufferPosition` {Point}
# * `newScreenPosition` {Point}
# * `textChanged` {Boolean}
# * `Cursor` {Cursor} that triggered the event
#
# Returns a {Disposable} on which `.dispose()` can be called to unsubscribe.
onDidChangePosition: (callback) ->