From 267d466b4b86206f369f3239d43b847a1cef3302 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:44:37 +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 74c404d..c5b606d 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -593,7 +593,7 @@ ScopeParser.prototype = { if (isInObjectLitAr && this.ts.lookTok(-1).data == "," && this.ts.lookTok(1).data == ":") { break; } - + print(this.ts.lookTok(-1).data); if (this.ts.lookTok(-1).data == ".") { //skip '.' break; -- 2.39.2