You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you construct a jQuery.Event( src ) using something that has src.type, the 3.0 code will die if there is not an src.target property. jQuery Mobile uses a pattern where they construct an object and then set properties like target afterwards, which was allowed by 1.x/2.x, so we need to fix this as a regression.
The text was updated successfully, but these errors were encountered:
If you construct a
jQuery.Event( src )
using something that hassrc.type
, the 3.0 code will die if there is not ansrc.target
property. jQuery Mobile uses a pattern where they construct an object and then set properties liketarget
afterwards, which was allowed by 1.x/2.x, so we need to fix this as a regression.The text was updated successfully, but these errors were encountered: