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

index 6a37472..4cf9bee 100644 (file)
@@ -63,8 +63,8 @@ BuildDocs = {
         this.srcFiles = [];
         
         var ext = ["js"];
-        if (JSDOC.opt.x) {
-            ext = JSDOC.opt.x.split(",").map(function($) {return $.toLowerCase()});
+        if (Options.ext) {
+            ext = Options.ext.split(",").map(function($) {return $.toLowerCase()});
         }
         
         for (var i = 0; i < JSDOC.opt._.length; i++) {