From e66f9d33358da0bc24c1aee179a58f1c69f9d177 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 1 Apr 2014 13:05:29 +0800 Subject: [PATCH] JSDOC/TokenReader.js --- JSDOC/TokenReader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index b5f46be..e8c86ec 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -63,6 +63,7 @@ const TokenReader = XObject.define( if (this.read_regx(stream, tokens)) continue; if (this.read_numb(stream, tokens)) continue; if (this.read_punc(stream, tokens)) continue; + if(typeof(tokens) == 'undefined') {console.log('empty????');} if (this.read_newline(stream, tokens)) continue; if (this.read_space(stream, tokens)) continue; if (this.read_word(stream, tokens)) continue; -- 2.39.2