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

index 0a56e93..790050d 100644 (file)
@@ -562,7 +562,7 @@ ScopeParser.prototype = {
             });
            */ 
            
-           this.dumpToken(token.data, this.braceNesting, this.scope  );
+           this.dumpToken(token.data, this.scopes, this.braceNesting );
             
             
             //println("<i>"+token.data+"</i>");