[Proto-Scripty] Re: Object.isArray should be changed

2011-10-23 Thread T.J. Crowder
On Oct 23, 6:25 am, buda www...@pochta.ru wrote: I've noticed that library's isArray not worked properly sometimes. When? A statement like that really requires data. I suspect where you haven't seen it work, the object genuinely isn't an array. Prototype's `Object.isArray` function relies on

[Proto-Scripty] Re: Object.isArray should be changed

2011-10-23 Thread T.J. Crowder
Hi again, Sorry, I was talking about Prototype 1.7's version of `isArray`. I suddenly had a thought just now, so I checked and found that Prototype 1.6 used a different (and naive) definition which has known issues; presumably those issues are why 1.7's version has been updated. So if you're