JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:29:40 +0000 (11:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:29:40 +0000 (11:29 +0800)
JSDOC/ScopeParser.js

index fc5c9bd..859f440 100644 (file)
@@ -218,7 +218,7 @@ ScopeParser.prototype = {
         token = this.ts.lookTok(1);
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
-             
+             print(scopeIndent + 'OBJLIT.len='+ isObjectLitAr.length + ' ' + token.toString());
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);