simontegg / hotdrink

Automatically exported from code.google.com/p/hotdrink
0 stars 0 forks source link

Migrate to Prototype 1.7 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Prototype 1.7 has been released, containing bug fixes and a new element 
listener mechanism, Event#on ( http://api.prototypejs.org/dom/Event/on/ ). The 
changes are described at 
http://prototypejs.org/2010/4/5/prototype-1-7-rc1-sizzle-layout-dimensions-api-e
vent-delegation-and-more

Original issue reported on code.google.com by jfreema...@gmail.com on 16 Feb 2011 at 2:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Done in [master c0a39ee]. I did not switch to using Event#on since we don't 
need the extra functionality right now. I did not test anything, so report bugs 
as they appear. I'd love to have a unit testing framework for regression 
testing, but I'm not familiar with such tools, much less for JavaScript, much 
less for interactive software.

Original comment by jfreema...@gmail.com on 21 Feb 2011 at 10:36