Improve applyFilters(), no longer blanks nextmatch before re-filling

This commit is contained in:
Nathan Gray
2014-01-18 13:46:33 +00:00
parent 2445fae8dd
commit ac0e2f6016
2 changed files with 1 additions and 4 deletions

View File

@ -154,7 +154,7 @@ var et2_dataview_controller = Class.extend({
}
// Require that range from the server
this._queueFetch(et2_bounds(range.top, range.bottom + 1), true);
this._queueFetch(et2_bounds(range.top, clear ? 0 : range.bottom + 1), true);
},
/**