This commit is contained in:
zhigang.li 2017-12-18 18:36:50 +08:00
parent a2eb028782
commit f724eb5797
2 changed files with 43 additions and 45 deletions

View file

@ -29,10 +29,8 @@
return { return {
media: mediaQuery, media: mediaQuery,
matches: false, matches: false,
on() { on() {},
}, off() {},
off() {
},
}; };
}; };
window.matchMedia = window.matchMedia || matchMediaPolyfill; window.matchMedia = window.matchMedia || matchMediaPolyfill;