[Prototype-core] To make Object.extend() support methods named 'toString'

2007-05-30 Thread jdalton
Hi guys, I was looking through some of my old source code and noticed that I added a modified Object.extend method. Apparently the normal for-in loop used in the Object.extend guts ignores methods named 'toString'. I fixed this: /* * * * * * * * * * * * * * * * * * * * *Prototype

[Prototype-core] SV: [Prototype-core] To make Object.extend() support methods named 'toString'

2007-05-30 Thread Tobias Haagen Michaelsen
meddelelse- Fra: prototype-core@googlegroups.com [mailto:[EMAIL PROTECTED] På vegne af jdalton Sendt: 30. maj 2007 16:06 Til: Prototype: Core Emne: [Prototype-core] To make Object.extend() support methods named 'toString' Hi guys, I was looking through some of my old source code and noticed that I