Skip to content
Permalink
Browse files
Fix #12828. Remove non-standard event properties.
  • Loading branch information
dmethvin committed Nov 1, 2012
1 parent 3f51504 commit dc9913a
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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: {},

0 comments on commit dc9913a

Please sign in to comment.