Update tokenizedbuffers

This commit is contained in:
Garen Torikian
2013-05-01 16:48:12 -07:00
parent 4d239b46e2
commit 31aaa23b20

View File

@@ -67,13 +67,13 @@ class TokenizedBuffer
setVisible: (@visible) ->
@tokenizeInBackground() if @visible
# Public: Retrieves the current tab length.
# Retrieves the current tab length.
#
# Returns a {Number}.
getTabLength: ->
@tabLength
# Public: Specifies the tab length.
# Specifies the tab length.
#
# tabLength - A {Number} that defines the new tab length.
setTabLength: (@tabLength) ->
@@ -263,7 +263,7 @@ class TokenizedBuffer
stop()
position
# Public: Gets the row number of the last line.
# Gets the row number of the last line.
#
# Returns a {Number}.
getLastRow: ->