From 8c9e62a162bcf1180b81d8e34d352418d8fc1017 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:30:55 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 96cd824..cf5c8f7 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -192,7 +192,7 @@ ScopeParser.prototype = { dumpToken: function (tok, scope, brace) { if (this.dumpLine == false) { this.dumpLine = { - str : tok.data + ' ' + str : tok.data + ' ', scope : scope.length, brace : brace } -- 2.39.2