Fixed bug which caused row content to disappear after a while

This commit is contained in:
Andreas Stöckel 2011-09-08 18:42:18 +00:00
parent 87c0db7be1
commit 37dc6545cc

View File

@ -94,7 +94,7 @@ var et2_dataview_dataProvider = Class.extend(et2_IDataProvider, {
et2_debug("log", "<-- unregistering row", _idx);
delete(this._data[_idx]);
delete(this._registeredRows[_idx]);
},
/* ---- PRIVATE FUNCTIONS ---- */