JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / 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++;