A slight modification to EditSession

This commit is contained in:
Garen Torikian
2013-04-30 15:14:15 -07:00
parent 34fb03fbd3
commit 2bf7adef5c

View File

@@ -1122,7 +1122,7 @@ class EditSession
# Returns an {Array} of {Cursor}s.
getCursors: -> new Array(@cursors...)
# Public: Retrieves a single cursor
# Public: Retrieves the most recently added cursor.
#
# Returns a {Cursor}.
getCursor: ->