Scope editor.tabLength

This commit is contained in:
Ben Ogle
2014-10-03 15:48:49 -07:00
parent 416898e278
commit 339cb02269
4 changed files with 34 additions and 18 deletions

View File

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