From: alan Date: Mon, 19 Apr 2010 05:43:07 +0000 (+0800) Subject: JSDOC/CompressWhite.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=0ad812d71642ef58614ad28d8f1e40920b675414 JSDOC/CompressWhite.js --- diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 3c18da6..d60beec 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -225,7 +225,7 @@ CompressWhite = function (ts, packer) // at this point we can apply a text translation kit... if ((tok.type == 'STRN') && (tok.name== 'DOUBLE_QUOTE')) { - if (packer.stringHandler) { + if (packer && packer.stringHandler) { out += packer.stringHandler(tok); continue; }