From ee5c2abd9fea30a627d16490b7cde7c1ca64c2eb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Jan 2016 16:51:00 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 6a35e83..11b72df 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -62,8 +62,8 @@ Scope.prototype = { { indent = indent || ''; print( - indent + "Scope: " + this.id + "\n" + - indent + " Started: " + ( this.token ? this.token.line : 'TOP' ) + "\n" + + indent + "Scope: " + this.id + "\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