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

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