Fix blank list on refresh, related to r47042

This commit is contained in:
Nathan Gray 2014-05-22 16:32:58 +00:00
parent 893091e286
commit 1f4c8a0c03

View File

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