From b48717ac13fa8a6575e8d4e5d11f00be4e8a6595 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 11:29:56 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index cb587c5..2434f28 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -133,8 +133,7 @@ ScopeNamer = XObject.define( var _this = this; var res = false; - var stop - statements.some(function(st ) { + statements.some(function(st ) { res = _this.walkStatement(scope, st); -- 2.39.2