Update xqlint version

This commit is contained in:
William Candillon 2014-04-03 11:14:32 +02:00 committed by nightwing
commit 5b93b1d51a

View file

@ -78677,9 +78677,9 @@ exports.XQLint = function (source, opts) {
});
return current;
};
opts = defaults(opts, { styleCheck: true });
opts = defaults(opts, { styleCheck: false });
var ast;
this.getAST = function () {
return ast;