JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:54:31 +0000 (13:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:54:31 +0000 (13:54 +0800)
JSDOC/ScopeParser.js

index 4c10cdb..7c30745 100644 (file)
@@ -534,6 +534,8 @@ ScopeParser.prototype = {
                      if (this.mode == 'BUILDING_SYMBOL_TREE') {
 
                         if (symbol == "eval") {
+                            
+                            seed.print(JSON.stringify(token, null,4));
                             // look back one and see if we can find a comment!!!
                             //if (this.ts.look(-1).type == "COMM") {
                             if (token.prefix && token.prefix.match('/eval/')) {