update
This commit is contained in:
parent
a2eb028782
commit
f724eb5797
2 changed files with 43 additions and 45 deletions
|
@ -29,10 +29,8 @@
|
|||
return {
|
||||
media: mediaQuery,
|
||||
matches: false,
|
||||
on() {
|
||||
},
|
||||
off() {
|
||||
},
|
||||
on() {},
|
||||
off() {},
|
||||
};
|
||||
};
|
||||
window.matchMedia = window.matchMedia || matchMediaPolyfill;
|
||||
|
|
Loading…
Add table
Reference in a new issue