JSDOC/BuildDocs.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 08:48:34 +0000 (16:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 08:48:34 +0000 (16:48 +0800)
JSDOC/BuildDocs.js

index 33b50d7..1b414ef 100644 (file)
@@ -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
                     }
                 )
             );