JSDOC/Walker2.js
[gnome.introspection-doc-generator] / 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;