]> source.dussan.org Git - jquery.git/commit
Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bug, and...
authorDave Methvin <dave.methvin@gmail.com>
Fri, 8 Apr 2011 02:52:15 +0000 (22:52 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Fri, 8 Apr 2011 02:52:15 +0000 (22:52 -0400)
commit98d83ef85f41fefb40a14eec24c6804c088bbeeb
tree6e1a81b0efb21a202783e578c47ded8de0cbafca
parentc470db6950d05644fa9d99e79ce0b2bc3c6235a1
Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say.
src/event.js
test/unit/event.js