From 41e759fd84cab731cf33d821bb4e8755ff1e4f76 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Jan 2016 17:01:45 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.39.2