📝 updating docs for getCursorAtScreenPosition - can also take an {Array}

This commit is contained in:
Luke Pommersheim
2015-06-12 08:36:44 +02:00
parent 2765b54374
commit 3b3dc83a38

View File

@@ -1563,7 +1563,7 @@ class TextEditor extends Model
# Essential: Get a {Cursor} at given screen coordinates {Point}
#
#* `position` A {Point}
# * `position` A {Point} or {Array} of `[row, column]`
#
# Returns the first matched {Cursor} or undefined
getCursorAtScreenPosition: (position) ->