From 07f503171d7c8323bf297cf7f5e8c6b8b3f6af0a Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 1 Apr 2014 13:04:11 +0800 Subject: [PATCH] JSDOC/TokenReader.js --- JSDOC/TokenReader.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index 8977435..b5f46be 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -54,9 +54,8 @@ const TokenReader = XObject.define( } return true; } - console.log(tokens); + while (!stream.look().eof) { - if (this.read_mlcomment(stream, tokens)) continue; if (this.read_slcomment(stream, tokens)) continue; if (this.read_dbquote(stream, tokens)) continue; -- 2.39.2