JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 0dd080e..d8b7f09 100644 (file)
@@ -247,7 +247,7 @@ ScopeParser.prototype = {
         token = this.ts.lookTok(1);
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
-            this.dumpToken(token.data, this.scopes, expressionBraceNesting);
+            this.dumpToken(token , this.scopes, expressionBraceNesting);
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);