From 3e9a1cf1c2c9ee310d4e150fd0690a30216e4351 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:08:21 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 3c8fe12..ead73bc 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -717,7 +717,7 @@ ScopeParser.prototype = { //print("in NAME 0: " + this.ts.look(0).toString()); //print("in NAME 2: " + this.ts.lookTok(2).toString()); - //print(this.ts.lookTok(0).data); + print(this.ts.lookTok(0).data); // prefixed with '.' if (this.ts.lookTok(0).data == ".") { //skip '.' -- 2.39.2