JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:04:12 +0000 (14:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:04:12 +0000 (14:04 +0800)
JSDOC/ScopeParser.js

index b0c51d0..ffd6159 100644 (file)
@@ -871,8 +871,10 @@ ScopeParser.prototype = {
                 argpos++;
             }
         }
-        Seed.quit();
+        
         token = this.ts.nextTok();
+        print('FUNC-BODY:' + JSON.stringify(token,null,4));
+        Seed.quit();
         //print(token.toString());
         // assert token.getType() == Token.LC;
         this.braceNesting++;