From: Alan Knowles Date: Mon, 11 Jan 2016 08:50:53 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=1fb557f3ddb7252bc458aa941d32f8541a36d5ed JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index dbb3e09..6a35e83 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -63,7 +63,7 @@ Scope.prototype = { indent = indent || ''; print( indent + "Scope: " + this.id + "\n" + - indent + "Started: " + ( this.token ? this.token.line : 'TOP' ) + "\n" + + indent + " Started: " + ( this.token ? this.token.line : 'TOP' ) + "\n" + indent + "- " + XObject.keys(this.identifiers).join(", ") + "\n" ); this.subScopes.forEach(function(s) {