update modernizer
This commit is contained in:
Vendored
+3
-3
@@ -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;
|
||||
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
Reference in New Issue
Block a user