From: Alan Knowles Date: Mon, 11 Jan 2016 09:01:45 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=41e759fd84cab731cf33d821bb4e8755ff1e4f76;ds=sidebyside JSDOC/Scope.js --- 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) {