From 1fb557f3ddb7252bc458aa941d32f8541a36d5ed Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Jan 2016 16:50:53 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2