mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 12:45:04 -05:00
The original definition of the jQuery.Event prototype was paving over the `constructor` property which was causing jQuery.isPlainObject to improperly report that an instance of jQuery.Event was a plain object. Fixes #15090 Closes gh-1580