From 2bfbeed3f28a48ee6316e850a4d2000aa2725d1a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:04:30 +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 127a1a9..848fb61 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -227,7 +227,7 @@ ScopeParser.prototype = { if (thisScope) { this.scopes.push(scope); } else { - thisScope = this.scopes[scopes.length-1] + thisScope = this.scopes[this.scopes.length-1] } //var scopeIndent = ''; -- 2.39.2