Skip to content

Instantly share code, notes, and snippets.

@tsmsogn
Created October 1, 2012 13:56
Show Gist options
  • Save tsmsogn/3811928 to your computer and use it in GitHub Desktop.
Save tsmsogn/3811928 to your computer and use it in GitHub Desktop.
JavaScript:
try {
window.removeEventListener('load', foo, false);
window.removeEventListener('load', bar, false);
} catch(e) {
window.detachEvent('onload', foo);
window.detachEvent('onload', bar);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment