X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FScope.js;h=425a385f206a494a8dd6a8772d3aaf3d96c82f7f;hb=75e06430ca5dcb9ec1aca8d4f9cc209fc37bcd0c;hp=ed5202af818616e088e98ecf4da81b287ab29744;hpb=15d8f50209e07792458b915a0ef44673b687930e;p=gnome.introspection-doc-generator diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index ed5202a..425a385 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -70,7 +70,8 @@ Scope.prototype = { print( indent + "Scope: " + this.id + "\n" + - indent + "Started: " + ( this.token ? this.token.line : 'TOP' ) + "\n" + + + indent + "Started: " + ( this.token ? this.token.toString(): 'TOP' ) + "\n" + indent + "- " + str + "\n" ); this.subScopes.forEach(function(s) {