Created
December 14, 2011 04:17
-
-
Save JeffreyWay/1475240 to your computer and use it in GitHub Desktop.
Progress Polyfill
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
// Get files here: https://github.com/LeaVerou/HTML5-Progress-polyfill | |
// Also get custom build of Modernizr - with Modernizr.load, and the Community Progress add-on | |
Modernizr.load({ | |
test: Modernizr.progressbar, | |
nope: [ | |
'js/progressPoly.js', | |
'css/progressPoly.css' | |
] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment