Use _.multiplyString in building a tab token

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-10-26 12:20:37 -06:00
parent adf00b60f3
commit 1db0935447

View File

@@ -33,7 +33,7 @@ class Token
buildTabToken: (tabLength) ->
new Token(
value: new Array(tabLength + 1).join(" ")
value: _.multiplyString(" ", tabLength)
scopes: @scopes
bufferDelta: 1
isAtomic: true