JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:45:02 +0000 (16:45 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:45:02 +0000 (16:45 +0800)
JSDOC/ScopeParser.js

index 148ae6b..f1a1b50 100644 (file)
@@ -280,9 +280,9 @@ ScopeParser.prototype = {
                     //println("<i>"+token.data+"</i>");
                     this.braceNesting--;
                     isObjectLitAr.pop();
-                    print(">>>>>> OBJLIT POP");
+                    print(">>>>>> OBJLIT POP"+ this.braceNesting);
                         //assert braceNesting >= scope.getBra ceNesting();
-                    print("compare BN : "+ this.braceNestingq);
+                    
                     if (this.braceNesting == 0) {
                         var ls = this.scopes.pop();
                         ls.getUsedSymbols();