From: Alan Knowles Date: Mon, 28 Jun 2010 08:58:07 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4293c4e3233cc71fc96bc57270e2f5101530e9b2 JSDOC/Walker2.js --- 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;