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

index 45fcc35..1be98ef 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 +" ?=" +  scope.braceNesting);
                     if (this.braceNesting == scope.braceNesting) {
                         var ls = this.scopes.pop();
                         ls.getUsedSymbols();