]> source.dussan.org Git - jquery.git/commit
Fix #9593. Create a new jQuery.Event rather than a plain object when simulate()ing...
authorDave Methvin <dave.methvin@gmail.com>
Thu, 8 Sep 2011 19:59:23 +0000 (15:59 -0400)
committertimmywil <timmywillisn@gmail.com>
Mon, 19 Sep 2011 19:42:32 +0000 (15:42 -0400)
commit8c91da57b9fbc8ded9854a899e4105530cea1d90
treed331389ff7d7e0588db914ca70d85c5e90376903
parent619a89d5ff6f5bcf678bdb88c3b47dea96b06ea7
Fix #9593. Create a new jQuery.Event rather than a plain object when simulate()ing events. Fix a related issue with not passing src to jQuery.Event constructor.
src/event.js