From e27c3664a62b005d2ee7c48b9cc8a793a114ac5c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:57:29 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index b9a7d1f..216b99a 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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++; -- 2.39.2