Created
May 16, 2013 19:51
-
-
Save Trippnology/5594549 to your computer and use it in GitHub Desktop.
JS: BBC "Cutting the mustard" test
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
// http://responsivenews.co.uk/post/18948466399/cutting-the-mustard | |
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