From 5b93b1d51a02b2f0e5fb34e6fa4a892b706ce7be Mon Sep 17 00:00:00 2001 From: William Candillon Date: Thu, 3 Apr 2014 11:14:32 +0200 Subject: [PATCH] Update xqlint version --- lib/ace/mode/xquery/xqlint.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ace/mode/xquery/xqlint.js b/lib/ace/mode/xquery/xqlint.js index e3b69f34..954e53e4 100644 --- a/lib/ace/mode/xquery/xqlint.js +++ b/lib/ace/mode/xquery/xqlint.js @@ -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;