From: Alan Knowles Date: Thu, 15 Jul 2010 10:46:27 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=6af33b1b9f196fe00184771d05d27d429fe9bd81 JSDOC/Walker2.js --- diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 027ed2c..a96d1f4 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -247,7 +247,7 @@ Walker2 = XObject.define( // a << scope // xxx.applyIf(a, { // a << scope - if (token.type = 'NAME') { + if (token.type == 'NAME') { //print("TOK(ident)"+ token.toString());