mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove scopeDescriptor from getTabLength
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user