JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 08:58:07 +0000 (16:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 08:58:07 +0000 (16:58 +0800)
JSDOC/Walker2.js

index 0bdaf7a..e276aa9 100644 (file)
@@ -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;