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

index f54497a..98ca9cf 100644 (file)
@@ -885,7 +885,7 @@ ScopeParser.prototype = {
         var _this = this;
         token.items.forEach(function(tar) {
             _this.ts = new TokenStream(tar);
-            this.parseScope(fnScope);
+            _this.parseScope(fnScope);
             
         }