Revert unneeded change from r45352.

Fixes (hopefully) spacer rows staying when fetching more rows.
This commit is contained in:
Nathan Gray 2014-02-03 23:41:22 +00:00
parent f73943ea8d
commit b8b614220e

View File

@ -753,7 +753,7 @@ var et2_dataview_controller = Class.extend({
// Delete as many rows as we have left, invalidate the corresponding
// index entry
for (var i = mapIdx; i < this._grid._map.length; i++)
for (var i = mapIdx; i < _idxMap.length; i++)
{
this._grid.deleteRow(i);
if(typeof _idxMap[i] != 'undefined')