summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Prokashev2016-05-28 04:00:56 +0200
committerDmitry Prokashev2016-05-28 04:00:56 +0200
commit0a1fa703c5d452316c6a041bac8cb8c851abc9c0 (patch)
tree21018d4967cf5079c404402d3da9dc24937537c7
parenta4c62f00c993d732c913779b2f5e94e23d519105 (diff)
comments style
-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