Fix #10576. Add alias for jQuery.event.handle so voyeur code still works.
commit35bc30cd87c0578359c3127033dd85e1af132f69
authorDave Methvin <dave.methvin@gmail.com>
Wed, 26 Oct 2011 20:02:20 +0000 (26 16:02 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Wed, 26 Oct 2011 20:02:20 +0000 (26 16:02 -0400)
treee40f7c072d58be2fc4eda3da553b61d8bdf136cc
parentfc13f5b6cebc25e7cdb7bc72c4a7d3298e2c696a
Fix #10576. Add alias for jQuery.event.handle so voyeur code still works.

Between new 1.7 special event hooks and jQuery.event.simulate() we have a much cleaner solution than the people calling jQuery.event.handle are doing, but we shouldn't break their use of this undocumented internal interface for now.
src/event.js