From 06b23a9b46dffd7133c916855e2464d5ad631c42 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 27 Jul 2010 13:07:10 +0800 Subject: [PATCH] JSDOC/Packer.js --- JSDOC/Packer.js | 3 +++ 1 file changed, 3 insertions(+) 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!!! -- 2.39.2