Fix #12828. Remove non-standard event properties.

This commit is contained in:
Dave Methvin
2012-11-01 17:51:34 -04:00
parent 3f51504580
commit dc9913a0bf

View File

@@ -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: {},