Skip to content

Instantly share code, notes, and snippets.

@rupl
Last active December 16, 2015 10:08
Show Gist options
  • Save rupl/5417438 to your computer and use it in GitHub Desktop.
Save rupl/5417438 to your computer and use it in GitHub Desktop.
yepnope hackin'
$(function () {
Modernizr.load({
test: Modernizr.json,
nope: ['js/vendor/polyfills/json3.js'],
callback: function() { alert('fires 2nd'));},
complete: function () { alert('fires 1st')); }
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment