Skip to content

Instantly share code, notes, and snippets.

@savetheclocktower
Created February 12, 2010 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savetheclocktower/303105 to your computer and use it in GitHub Desktop.
Save savetheclocktower/303105 to your computer and use it in GitHub Desktop.
// IE-specific WTFs are a whole can of worms, but this one towers above all...
function handler() {
alert(window.event === window.event); // alerts 'false'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment