Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <script>
  2. yepnope({
  3. test : Modernizr.mq('(only all)'),
  4. nope : ['js/libs/respond.min.js']
  5. });
  6. </script>
  7.  
  8. <script>Modernizr.mq('(min-width:0)') || document.write('<script src="js/libs/respond.min.js"></script>')</script>
  9.  
  10. <script>
  11. Modernizr.load({
  12. test: Modernizr.mq('only all'),
  13. nope: 'js/respond.min.js'
  14. });
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement