JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:57:49 +0000 (13:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:57:49 +0000 (13:57 +0800)
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);