JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 216b99a..ad53d87 100644 (file)
@@ -321,7 +321,7 @@ ScopeParser.prototype = {
                     break;
 
                 case "PUNC.LEFT_CURLY": // {
-                    print('SCOPE-CURLY:' + JSON.stringify(token,null,4));
+                    
                     //println("<i>"+token.data+"</i>");
                     
                     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);