From b27788c55ee7f1b42e3fd8638900ff3849fb05f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 29 Jun 2010 16:48:34 +0800 Subject: [PATCH] JSDOC/BuildDocs.js --- JSDOC/BuildDocs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 33b50d7..1b414ef 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -73,7 +73,8 @@ BuildDocs = { File.list(Options.files[i] ).filter( function($) { var thisExt = $.split(".").pop().toLowerCase(); - return (ext.indexOf(thisExt) > -1 || thisExt in JSDOC.handlers); // we're only interested in files with certain extensions + return (ext.indexOf(thisExt) > -1); // || thisExt in JSDOC.handlers); + // we're only interested in files with certain extensions } ) ); -- 2.39.2