From 4293c4e3233cc71fc96bc57270e2f5101530e9b2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Jun 2010 16:58:07 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 0bdaf7a..e276aa9 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -514,7 +514,7 @@ Walker2 = XObject.define( if ( (this.ts.lookT(-1).name == 'NEW') && - (this.ts.lookT(-2).data == '=') + (this.ts.lookT(-2).data == '=') && (this.ts.lookT(-3).type = 'FUNCTION') ) { //scopeName = this.ts.look(-3).data; -- 2.39.2