mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Merge pull request #69 from rafalwrzeszcz/feature-query-fix
Fixed query.js inclusion path.
This commit is contained in:
commit
c4ffbbc575
4
jsdoc.js
4
jsdoc.js
@ -156,7 +156,7 @@ function main() {
|
||||
}
|
||||
|
||||
if (env.opts.query) {
|
||||
env.opts.query = require('query').toObject(env.opts.query);
|
||||
env.opts.query = require('common/query').toObject(env.opts.query);
|
||||
}
|
||||
|
||||
// which version of javascript will be supported? (rhino only)
|
||||
@ -244,4 +244,4 @@ function main() {
|
||||
else { // TODO throw no publish warning?
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user