[Prototype-core] Re: Function.EMPTY and Function.K

2009-09-28 Thread Jim Higson
On Saturday 26 September 2009 04:04:22 kangax wrote: On Sep 24, 11:20 pm, Andrew Dupont goo...@andrewdupont.net wrote: Unless anyone has serious objections, or has a better idea, I'm going to add these as aliases of `Prototype.emptyFunction` and `Prototype.K`, respectively. They belong

[Prototype-core] Ajax.Responders.register for onFailure event

2009-09-28 Thread Mona Remlawi
Hello Prototypers, Any reason why the Ajax.Responders does not support the registration of handlers for onFailure event? cheers -- mona --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To

[Prototype-core] Re: Ajax.Responders.register for onFailure event

2009-09-28 Thread Mona Remlawi
i knew it, i had asked the same question before [10/29/08] so i'll stick to the same recommended patch at [http://prototype.lighthouseapp.com/projects/8886/tickets/334-onsuccessfailure-not-dispatched-to-ajaxresponders] while waiting for the anax revamp in v2 thanks and sorry for the double post.

[Prototype-core] Re: Function.EMPTY and Function.K

2009-09-28 Thread kangax
On Sep 28, 3:44 am, Jim Higson j...@wikizzle.org wrote: On Saturday 26 September 2009 04:04:22 kangax wrote: On Sep 24, 11:20 pm, Andrew Dupont goo...@andrewdupont.net wrote: Unless anyone has serious objections, or has a better idea, I'm going to add these as aliases of

[Prototype-core] Re: True Hashes using objects as keys

2009-09-28 Thread Tim Down
On Sep 11, 4:39 pm, kangax kan...@gmail.com wrote: On Sep 11, 7:08 am, T.J. Crowder t...@crowdersoftware.com wrote: [...] @Jim: Yep, this is Java-esque but that doesn't *always* equal evil! Hardly ever!  I'd say hashCode has a place. Let's step back and ask the question:  What are

[Prototype-core] Re: Function.EMPTY and Function.K

2009-09-28 Thread Joran Greef
Prototype's existing String.empty and Array.empty interfaces would imply that Function.empty return a boolean indicating perhaps that the function is empty. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: