JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:44:37 +0000 (17:44 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:44:37 +0000 (17:44 +0800)
JSDOC/ScopeParser.js

index 74c404d..c5b606d 100644 (file)
@@ -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;