JSDOC/CompressWhite.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 08:28:59 +0000 (16:28 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 08:28:59 +0000 (16:28 +0800)
JSDOC/CompressWhite.vala

index bf47b20..79d4fca 100644 (file)
@@ -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);