wingspress/browser-env.js

11 lines
170 B
JavaScript
Raw Normal View History

2021-01-25 14:25:44 +00:00
require('browser-env')();
window.matchMedia = function () {
return {
matches: false,
addListener: function () {},
removeListener: function () {},
};
};