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
Corrected check for type for IE attachEvent onsubmit event
initially it was checking for `submit` event which is the target eventType in case of addEventHandler method contrary to `onsubmit` on attachEvent method.
0 commit comments