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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
allows other libraries to use .onerror as well.
i think this is what jquery does:
if ( window.addEventListener ) {
window.addEventListener(eventname, func, false);
} else {
window.attachEvent(eventname, func); // IE <=8 (not sure if event name is the same)
}
The text was updated successfully, but these errors were encountered:
allows other libraries to use .onerror as well.
i think this is what jquery does:
The text was updated successfully, but these errors were encountered: