[Proto-Scripty] Re: Unresponsive script

2009-07-17 Thread T.J. Crowder
Hi, That's not nearly enough information to work with. For instance (picking at random), what version of Prototype are you using? The line number is not useful information without knowing what file it refers to. 811 isn't a particularly significant line in either the latest stable (1.6.0.3)

[Proto-Scripty] Re: Unresponsive script

2009-07-17 Thread usha
Hi .. thanks for the response . I am currently using the 1.6.0.2 version and I always get that at that error in lines marked as below function $A(iterable) { if (!iterable) return []; if (iterable.toArray) return iterable.toArray(); var length = iterable.length || 0, results = new