From d90d1f0ea7baa713166ff126ae408b2dc3a2455b Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 12 May 2015 19:36:53 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20build=20::specialTokens=20unles?= =?UTF-8?q?s=20properties=20are=20provided?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tokenized-line.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokenized-line.coffee b/src/tokenized-line.coffee index 80e03caac..5b13c1f80 100644 --- a/src/tokenized-line.coffee +++ b/src/tokenized-line.coffee @@ -22,10 +22,10 @@ class TokenizedLine constructor: (properties) -> @id = idCounter++ - @specialTokens = {} return unless properties? + @specialTokens = {} {@parentScopes, @text, @tags, @lineEnding, @ruleStack} = properties {@startBufferColumn, @fold, @tabLength, @indentLevel, @invisibles} = properties