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

index 40dc9ec..f2fcf29 100644 (file)
@@ -876,9 +876,15 @@ ScopeParser.prototype = {
             }
             token =  this.ts.nextTok();
         }
+        
+        
         // return function() {.... 
         while (token.data != "(") {
+            print(token.toString());
             token =  this.ts.nextTok();
+            
+            
+            
         }