mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Upper case Object
This commit is contained in:
@@ -927,7 +927,7 @@ class Editor extends Model
|
||||
# Public: Moves every local cursor to a given screen position.
|
||||
#
|
||||
# position - An {Array} of two numbers: the screen row, and the screen column.
|
||||
# options - An {object} with properties based on {Cursor.setScreenPosition}.
|
||||
# options - An {Object} with properties based on {Cursor.setScreenPosition}.
|
||||
setCursorScreenPosition: (position, options) ->
|
||||
@moveCursors (cursor) -> cursor.setScreenPosition(position, options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user