summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--microlight.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/microlight.js b/microlight.js
index 3d56fa2..72699e4 100644
--- a/microlight.js
+++ b/microlight.js
@@ -162,8 +162,9 @@
162 // initializing a new token 162 // initializing a new token
163 token = ''; 163 token = '';
164 164
165 // determining the new token type (going down 165 // determining the new token type (going up the
166 // until matching a token type start condition) 166 // list until matching a token type start
167 // condition)
167 tokenType = 11; 168 tokenType = 11;
168 while (![ 169 while (![
169 1, // 0: whitespace 170 1, // 0: whitespace