Created
August 1, 2013 19:37
-
-
Save pablolobos/6134519 to your computer and use it in GitHub Desktop.
js: screen-width-load-script
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
yepnope([{ | |
test: 320 < screen.width // devices 320 and up | |
, yep: [ "jquery.min.js", "response.min.js" ] | |
}]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment