[Prototype-core] ******FREE DOWNLOADS Pics. n Vids.***********

2007-11-11 Thread puja
**FREE DOWNLOADS Pics. n Vids.*** http://Earnfre.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to

[Prototype-core] Re: unloadCache error in IE7 in 1.5x prototype

2007-11-11 Thread Tim Connor
Ah, yeah, that makes sense. We're staying on 1.5x, for a bit (until we get around to the upgrade process, basically, and I'd like to wait untill a new point release of lowpro is out). I guess you aren't taking patches for the 1.5x line anymore, but if anybody else encounters a problem with the

[Prototype-core] $super and Function.toString()

2007-11-11 Thread Artemy Tregoubenko
Hello Latest version of Prototype uses Function.toString() method to find names of function arguments and detect presence of $super argument. However, some time ago one of Opera developers warned in his blog (http://my.opera.com/hallvors/blog/2007/03/28/a-problem-with-john-resigs-addevent)

[Prototype-core] Re: $super and Function.toString()

2007-11-11 Thread Mislav Marohnić
On Nov 11, 2007 10:16 PM, Artemy Tregoubenko [EMAIL PROTECTED] wrote: some time ago one of Opera developers warned in his blog ( http://my.opera.com/hallvors/blog/2007/03/28/a-problem-with-john-resigs-addevent ) against relying on function serialization. He said that mobile devices are

[Prototype-core] Re: $super and Function.toString()

2007-11-11 Thread Andrew Dupont
There are other popular scripts that rely on this behavior, most notably Dean Edwards's original base.js inheritance script. It should also be noted that this behavior does not comply with ECMA-262, which states that Function.prototype.toString shall return a string that has the syntax of a

[Prototype-core] Re: $super and Function.toString()

2007-11-11 Thread Artemy Tregoubenko
probably yes if disabled toString() is the only limitation Yeah, the $super argument is a hack. Class instances will misbehave if the JavaScript interpreter is unable to serialize functions. But this issue aside, can we expect the rest of the framework to work if the JS interpreter is

[Prototype-core] Re: $super and Function.toString()

2007-11-11 Thread Artemy Tregoubenko
I see. Actually I haven't studied js spec, but if it says so then I agree on using Function.toString is absolutely fair. It should also be noted that this behavior does not comply with ECMA-262, which states that Function.prototype.toString shall return a string that has the syntax of a