This commit is contained in:
Nathan Sobo
2013-07-19 16:29:10 -07:00
parent 1911ef2d80
commit 7ccfd6c94b

View File

@@ -439,8 +439,8 @@ class TextBuffer
# hasTail - if `false`, the marker is created without a tail
#
# Returns a {Number} representing the new marker's ID.
markRange: (range, attributes={}) ->
@text.markRange(range, attributes)
markRange: (range, options={}) ->
@text.markRange(range, options)
# Constructs a new marker at a given position.
#