mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Remove @fold from Token
This commit is contained in:
@@ -7,7 +7,7 @@ class Token
|
||||
isAtomic: null
|
||||
isHardTab: null
|
||||
|
||||
constructor: ({@value, @scopes, @isAtomic, @bufferDelta, @fold, @isHardTab}) ->
|
||||
constructor: ({@value, @scopes, @isAtomic, @bufferDelta, @isHardTab}) ->
|
||||
@screenDelta = @value.length
|
||||
@bufferDelta ?= @screenDelta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user