X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;h=425a385f206a494a8dd6a8772d3aaf3d96c82f7f;hp=ed5202af818616e088e98ecf4da81b287ab29744;hb=41e759fd84cab731cf33d821bb4e8755ff1e4f76;hpb=15d8f50209e07792458b915a0ef44673b687930e 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) {