X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=84fc23cf64bb97ae6f9c2b46dc46076a00b69853;hp=0ca21b56fbdd5a641d6ae694d5f7881ef37d59bf;hb=4e17bd65efdaea7576a1b8cc363011c3925b2ea9;hpb=f4b67e6269843a03383111ced9800ea385c7d55d diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 0ca21b5..84fc23c 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -216,7 +216,7 @@ CompressWhite = function (ts, packer) } - if (tok.type == "NAME" && tok.identifier && tok.identifier.mungedValue.length) { + if (tok.type == "NAME" && tok.identifier && tok.identifier.mungedValue && tok.identifier.mungedValue.length) { //f.write(tok.identifier.mungedValue); out += tok.identifier.mungedValue; continue;