From 24bbeefe809eb36ed331df82e654bccd6ecc858e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 16:43:40 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a01fa49..eaf2752 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -363,6 +363,7 @@ ScopeParser.prototype = { var _this = this; token.items.forEach(function(expr) { + print(expr.toString()); //print(JSON.stringify(expr, null,4)); _this.ts = new TokenStream(expr); //if (curTS.data == '(') { -- 2.39.2