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