From c8075b0c7a8af95f1bd22ff5c202131393fc96ac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 16:28:59 +0800 Subject: [PATCH] JSDOC/CompressWhite.vala --- JSDOC/CompressWhite.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/CompressWhite.vala b/JSDOC/CompressWhite.vala index bf47b20..79d4fca 100644 --- a/JSDOC/CompressWhite.vala +++ b/JSDOC/CompressWhite.vala @@ -293,7 +293,7 @@ namespace JSDOC ///print(tok.type + ':' + tok.data); - if (tok.type == "NAME" && tok.identifier + if (tok.type == "NAME" && tok.identifier != null && tok.identifier.mungedValue && tok.identifier.mungedValue.length) { //f.write(tok.identifier.mungedValue); //print("MUNGED: " + tok.identifier.mungedValue); -- 2.39.2