[Prototype-core] Re: Using delegate pattern vs extends in Array

2007-03-16 Thread t.chemit
On 16 mar, 12:14, Mislav Marohnić [EMAIL PROTECTED] wrote: Using that structure is treating arrays as hashes, which they are not. Besides, you are not integrating a framework in an existing application, you are porting your existing application to a framework. Get it That means some serious

[Prototype-core] Using delegate pattern vs extends in Array

2007-03-15 Thread t.chemit
Hi! First thanks for your great job, it helps me to make robuste js framework :) Just one thing, it is seriously plainfull to integrate your framework on a existing large application which uses the for ( var val in array ) structure. It is sometime not possible to use prototype and it is a