mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 23:18:02 -05:00
Fix #12828. Remove non-standard event properties.
This commit is contained in:
@@ -435,8 +435,7 @@ jQuery.event = {
|
||||
},
|
||||
|
||||
// Includes some event props shared by KeyEvent and MouseEvent
|
||||
// *** attrChange attrName relatedNode srcElement are not normalized, non-W3C, deprecated, will be removed in 1.8 ***
|
||||
props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
|
||||
props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
|
||||
|
||||
fixHooks: {},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user