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
HasEventListener will always return true do to a IE 7 bug in the get_valid_types_first_letter method. The bug is due to IE 7's short coming of not being able to index strings like arrays. So this line:
HasEventListener will always return true do to a IE 7 bug in the get_valid_types_first_letter method. The bug is due to IE 7's short coming of not being able to index strings like arrays. So this line:
needs to be this line:
If you wanna support IE 7.
The text was updated successfully, but these errors were encountered: