BUGFIX: Dont need (and cant call) iteratorProperties calls as workaround any more

This commit is contained in:
Hamish Friedlander 2012-03-06 10:15:18 +13:00
parent 703ac7b47e
commit 1d608c0b94

View File

@ -553,9 +553,6 @@ JS
)));
}
// TODO Remove once ViewableData->First()/Last() is fixed
foreach($items as $i => $item) $item->iteratorProperties($i, $items->Count());
return $items;
}