X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;fp=JSDOC%2FScope.js;h=6a35e83adbbf1a32b08996685d296b26565526cb;hp=dbb3e0976c9f269c0a127ae5fb16d1041e39532f;hb=1fb557f3ddb7252bc458aa941d32f8541a36d5ed;hpb=2d703c91a7ebba9038e20d699a7a36f5e68885d2 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) {