In templates/jsdoc/publish.js the line...
templatesDir: SYS.pwd+"../templates/jsdoc/",
should be...
templatesDir: JSDOC.opt.t || SYS.pwd+"../templates/jsdoc/",
... because sometimes the template is not in the SYS.pwd folder.
Original issue reported on code.google.com by micmath on 14 Aug 2008 at 8:05
Original issue reported on code.google.com by
micmath
on 14 Aug 2008 at 8:05