X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.js;h=897c22d7e7d0803877a570fd95f8dcaa1e8cf3fb;hb=06b23a9b46dffd7133c916855e2464d5ad631c42;hp=a89722fb6f8012809da93a97e7da98ef6ee084a6;hpb=d1b003e3498ec29e929d0643d85b36c61fdd49c0;p=gnome.introspection-doc-generator 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!!!