mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 12:38:22 -05:00
Logic to handle detaching by event was in both .off() and jQuery.event.remove; now it's only in .off(). It's a bit of a strange case since the event object (not the jQuery set) specifies the element.