mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Fixed query.js inclusion path.
This commit is contained in:
parent
d7e74062b1
commit
563dde0ae9
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