Yes, in every IList implementation.
Needed to add
public function removeItem(item:Object):Boolean
{
return false;
}On Fri, Jul 26, 2013 at 10:45 AM, Alex Harui <[email protected]> wrote: > Yes. Are you getting an error? > > On 7/26/13 8:27 AM, "mark goldin" <[email protected]> wrote: > > >Looks like this interface has been changed. Will that change make into the > >final release? > > > >Thanks > >
