[Prototype-core] Return value of Event.stop()

2010-05-25 Thread Johan Arensman
Hello everyone, I was just checking out some of my code to see if I could optimize it and I noticed that in event handlers the event.stop() method has to be called separately from all other code. Something I like about prototype is that a lot of methods can be chained like the Element methods

[Prototype-core] Re: Return value of Event.stop()

2010-05-25 Thread Tobie Langel
Great idea. Would you mind submitting a patch with tests? Thanks, Tobie On May 25, 12:01 pm, Johan Arensman johanm...@gmail.com wrote: Hello everyone, I was just checking out some of my code to see if I could optimize it and I noticed that in event handlers the event.stop() method has to