Skip to content

Instantly share code, notes, and snippets.

@jkudish
Created October 14, 2010 03:31
Show Gist options
  • Save jkudish/625512 to your computer and use it in GitHub Desktop.
Save jkudish/625512 to your computer and use it in GitHub Desktop.
var isMSIE = /*@cc_on!@*/0; if (isMSIE) { // do IE-specific things
} else { // do non IE-specific things
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment