Update doc strings

This commit is contained in:
Ben Ogle
2014-09-03 15:57:53 -07:00
parent 06165b2167
commit 7a3893c7bb
2 changed files with 8 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ class Cursor extends Model
# Public: Moves the cursor left one screen column.
#
# * `columnCount` (optional) {Number} number of rows to move (default: 1)
# * `columnCount` (optional) {Number} number of columns to move (default: 1)
# * `options` (optional) {Object} with the following keys:
# * `moveToEndOfSelection` if true, move to the left of the selection if a
# selection exists.
@@ -286,6 +286,7 @@ class Cursor extends Model
# Public: Moves the cursor right one screen column.
#
# * `columnCount` (optional) {Number} number of columns to move (default: 1)
# * `options` (optional) {Object} with the following keys:
# * `moveToEndOfSelection` if true, move to the right of the selection if a
# selection exists.