]> source.dussan.org Git - jquery.git/commit
Fix #13471. $().on(".xyz"...) should avoid later crash.
authorDave Methvin <dave.methvin@gmail.com>
Tue, 26 Feb 2013 17:19:04 +0000 (12:19 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 26 Feb 2013 17:19:09 +0000 (12:19 -0500)
commit2bbc3d5860b81e128cd92f865673e10046caac7d
tree3816e3bf5e9e284e4f757cbc8856931ba516839e
parent31478b90128a60585c087bee57d31148677a99cd
Fix #13471. $().on(".xyz"...) should avoid later crash.

If the event type is an empty string we end up hanging in .off() which makes for
mighty hard debugging. Instead treat it as a no-op. Docs seem clear this is not
allowed.
src/event.js
test/unit/event.js