[Prototype-core] Re: Foreach Loops

2008-09-12 Thread T.J. Crowder
If you are searching for an Array.filter... There's also Enumerable.inject (Array mixes in Enumerable): http://www.prototypejs.org/api/enumerable/inject I wouldn't want to see each() get an additional optional predicate parameter just because I suspect the majority use case by far doesn't use

[Prototype-core] Re: Fwd: Where is the source?

2008-09-12 Thread John-David Dalton
The core devs are in the process of cleaning up the 1.6.0.3 release: You may check Tobies 1.6.0.3 branch: http://github.com/tobie/prototype/tree/1.6.0.3 - JDD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Prototype-core] Re: Fwd: Where is the source?

2008-09-12 Thread Richard Quadling
2008/9/12 John-David Dalton [EMAIL PROTECTED]: The core devs are in the process of cleaning up the 1.6.0.3 release: You may check Tobies 1.6.0.3 branch: http://github.com/tobie/prototype/tree/1.6.0.3 - JDD I see. I would have thought that prototype would have been in the same place for