Created
January 22, 2014 14:48
-
-
Save thealscott/8559974 to your computer and use it in GitHub Desktop.
Cutting the mustard snippet (via BBC)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ('querySelector' in document && | |
'localStorage' in window && | |
'addEventListener' in window) { | |
// bootstrap the JavaScript application | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment