From e74d9986121b184752660c6aa02dabae55e478a7 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 14:51:16 +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 8b4b7e1..6922034 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -361,7 +361,7 @@ ScopeParser.prototype = { // skip anyting with "." before it..!! - print("check dot:"); + if (this.ts.lookTok(-1).data == ".") { // skip, it's an object prop. //println(""+token.data+""); -- 2.39.2