X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FWalker2.js;h=a96d1f4ac1d83669a168990f2b001e03c0e010c4;hp=027ed2c635f4a69be618ef257e15217bbf97c1d6;hb=6af33b1b9f196fe00184771d05d27d429fe9bd81;hpb=15065b2615add5c0c7e530f9b2f4ac9976c6d207 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());