update modernizer

This commit is contained in:
Samuele E. Locatelli
2015-10-19 18:07:47 +02:00
parent 7c09f07053
commit 441db99d6a
7 changed files with 1409 additions and 3 deletions
@@ -1,5 +1,5 @@
/*!
* Modernizr v2.7.2
* Modernizr v2.8.3
* www.modernizr.com
*
* Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
@@ -24,7 +24,7 @@
window.Modernizr = (function( window, document, undefined ) {
var version = '2.7.2',
var version = '2.8.3',
Modernizr = {},
@@ -156,7 +156,7 @@ window.Modernizr = (function( window, document, undefined ) {
var matchMedia = window.matchMedia || window.msMatchMedia;
if ( matchMedia ) {
return matchMedia(mq).matches;
return matchMedia(mq) && matchMedia(mq).matches || false;
}
var bool;
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.