Skip to content

Instantly share code, notes, and snippets.

@nextechu
Created March 19, 2014 18:52
Show Gist options
  • Save nextechu/9648640 to your computer and use it in GitHub Desktop.
Save nextechu/9648640 to your computer and use it in GitHub Desktop.
Modernizr.load({
test: Modernizr.geolocation,
yep : 'geo.js',
nope: 'geo-polyfill.js'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment