Upper case Object

This commit is contained in:
Kevin Sawicki
2014-02-06 16:50:46 -08:00
parent 8cd164ef5e
commit 695fd441fb

View File

@@ -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)