From: John Resig Date: Thu, 1 Mar 2007 04:54:51 +0000 (+0000) Subject: Cleaned up how event removing was handled. All expandos are now removed when they... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=6b729ff7984d9d4d09dff042a3896022dae3783d;hp=6b729ff7984d9d4d09dff042a3896022dae3783d;p=jquery.git 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. ---