Remove scopeDescriptor from getTabLength

This commit is contained in:
Ben Ogle
2014-10-07 17:30:57 -07:00
parent 26524e87b0
commit c315631efd
3 changed files with 5 additions and 7 deletions

View File

@@ -405,8 +405,8 @@ class DisplayBuffer extends Model
# Retrieves the current tab length.
#
# Returns a {Number}.
getTabLength: (scopeDescriptor) ->
@tokenizedBuffer.getTabLength(scopeDescriptor)
getTabLength: ->
@tokenizedBuffer.getTabLength()
# Specifies the tab length.
#