vendor/assets/javascripts/ace/worker-xquery.js in ace-rails-ap-4.0.1 vs vendor/assets/javascripts/ace/worker-xquery.js in ace-rails-ap-4.0.2

- old
+ new

@@ -371,10 +371,10 @@ }; this.compare = function(row, column) { if (!this.isMultiLine()) { if (row === this.start.row) { return column < this.start.column ? -1 : (column > this.end.column ? 1 : 0); - }; + } } if (row < this.start.row) return -1;