Fixed query.js inclusion path.

This commit is contained in:
Rafał Wrzeszcz 2011-12-11 10:07:07 +01:00
parent d7e74062b1
commit 563dde0ae9

View File

@ -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?
}
}
}
}