mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
window.matchMedia = window.matchMedia || function() {
|
|
return {
|
|
matches : false,
|
|
addListener : function() {},
|
|
removeListener: function() {}
|
|
};
|
|
};
|