JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / 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);
             
         }