Cleaned up how event removing was handled. All expandos are now removed when they...
authorJohn Resig <jeresig@gmail.com>
Thu, 1 Mar 2007 04:54:51 +0000 (04:54 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 1 Mar 2007 04:54:51 +0000 (04:54 +0000)
commit6b729ff7984d9d4d09dff042a3896022dae3783d
treeb3c9ddf890568872456e50eafa1343c80f40b75c
parentf8fcc9525d2d596c98d84f8fc085579018437813
Cleaned up how event removing was handled. All expandos are now removed when they are no longer needed. Additionally, a bug where all events are unbound if an incorrect event handler is provided, was fixed.
src/event/event.js
src/event/eventTest.js