new special events api, ready is now a first class event that you can use bind, unbin...
authorBrandon Aaron <brandon.aaron@gmail.com>
Sat, 15 Dec 2007 05:55:33 +0000 (05:55 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Sat, 15 Dec 2007 05:55:33 +0000 (05:55 +0000)
commitb264f789b9a6995ad0e7eec6771fafa852717571
tree509dfc5dd6b7cafcc433469877d01f3b6ce3a755
parent01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1
new special events api, ready is now a first class event that you can use bind, unbind or the ready helper, two new events: mouseenter and mouseleave, the hover helper method now uses mouseenter and mouseleave, bind and unbind can now take a space sperated list of event types
src/event.js
test/unit/event.js