From: Alan Knowles Date: Thu, 15 Jul 2010 05:57:49 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=e2c41e18fb980dc9d079335e9ea965049e99f68d JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 216b99a..ad53d87 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -321,7 +321,7 @@ ScopeParser.prototype = { break; case "PUNC.LEFT_CURLY": // { - print('SCOPE-CURLY:' + JSON.stringify(token,null,4)); + //println(""+token.data+""); if (token.props) { @@ -344,6 +344,7 @@ ScopeParser.prototype = { // the values could be replaced.. } + print('SCOPE-CURLY:' + JSON.stringify(token,null,4)); print("NOT PROPS"); Seed.quit(); isObjectLitAr.push(false);