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

index 1b4bac4..bd9d413 100644 (file)
@@ -282,7 +282,7 @@ ScopeParser.prototype = {
                     isObjectLitAr.pop();
                     print(">>>>>> OBJLIT POP(false)");
                         //assert braceNesting >= scope.getBraceNesting();
-                    print("compare BN : "+ this.braceNesting +" ?=" +  scope.braceNesting);
+                    print("compare BN : "+ this.braceNesting);
                     if (this.braceNesting == 0) {
                         var ls = this.scopes.pop();
                         ls.getUsedSymbols();