From 2b5f850fc8af9d231e4799789dfa29ca23e23c05 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 12:09:04 +0800 Subject: [PATCH] JSDOC/BuildDocs.js --- JSDOC/BuildDocs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 7a7633e..98db57f 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -271,7 +271,7 @@ BuildDocs = { // dump out a - this.publishJSON(Options.target+"/json/", symbol.alias+'.json', symbol) + this.publishJSON(Options.target+"/json/" + symbol.alias+'.json', symbol) @@ -320,7 +320,7 @@ BuildDocs = { // what we need to output to be usefull... // a) props.. var cfgProperties = []; - if (!data.comment || !data.comment.getTag('singleton').length) { + if (!data.comment.getTag('singleton').length) { cfgProperties = data.configToArray(); cfgProperties = cfgProperties.sort(makeSortby("name")); -- 2.39.2