From: Alan Knowles Date: Tue, 27 Jul 2010 05:07:10 +0000 (+0800) Subject: JSDOC/Packer.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=06b23a9b46dffd7133c916855e2464d5ad631c42 JSDOC/Packer.js --- diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index a89722f..897c22d 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -443,6 +443,9 @@ Packer.prototype = { File.write(transmd5, ''); for(v in map) { + if (!v.length) { + continue; + } File.append(transfile, l + "\n\t" + JSON.stringify(v) + " : " + JSON.stringify(v)); l = ','; // strings are raw... - as the where encoded to start with!!!