Michael A. Puls II wrote: > What I was asking is, if you implemented a reinitialize() for OBJECT > natively that did the clone, insert, remove deal just like I did, > would you have any trouble making it so I wouldn't have to do: > obj = obj.reinitialize() > and instead could do just: > obj.reinitialize(); > and still make 'obj' point to the new object? Yeah, that wouldn't really work very easily, especially since the old object is still around. It's maybe _possible_ to do that, but it's not easy at all in Gecko, and I doubt it's easy in other UAs. Of course if we implemented reinitialize() internally, there would be no cloning involved, I would think. -BorisReceived on Thursday, 24 April 2008 02:50:50 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:32:31 GMT