Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid "Member not found exception" in IE10
'change' custom events raise "Member not found" in <= IE10. To circumvent this, the SyntheticEvent class now checks for "typeof event.cancelBubble !== 'unknown'". This eliminates this exception and maintains the expected bubbling functionality. Addresses #7320.
- Loading branch information