JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:10:08 +0000 (12:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:10:08 +0000 (12:10 +0800)
JSDOC/ScopeParser.js

index 135e32f..0a56e93 100644 (file)
@@ -561,7 +561,9 @@ ScopeParser.prototype = {
                 scopeIndent += '   '; 
             });
            */ 
-            print(scopeIndent + 'OBJLIT.len='+ isObjectLitAr.length + ' ' + token.data);
+           
+           this.dumpToken(token.data, this.braceNesting, this.scope  );
+            
             
             //println("<i>"+token.data+"</i>");
             //this.log("EXP:" + token.data);