You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */
2
+
3
+
window.matchMedia||(window.matchMedia=function(){
4
+
"use strict";
5
+
6
+
// For browsers that support matchMedium api such as IE 9 and webkit
0 commit comments