Remove @fold from Token

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-11-06 11:15:18 -08:00
parent dacb5f063f
commit 78a24e1e9c

View File

@@ -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