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

index b9a7d1f..216b99a 100644 (file)
@@ -337,7 +337,6 @@ ScopeParser.prototype = {
                             this.ts = new TokenStream(token.props[prop].val);
                             this.parseScope(scope);
                             
-                            
                         }
                         this.ts = curTS;
                         
@@ -345,6 +344,7 @@ ScopeParser.prototype = {
                         // the values could be replaced..
                         
                     }
+                    print("NOT PROPS"); Seed.quit();
                     
                     isObjectLitAr.push(false);
                     this.braceNesting++;