mirror of
				https://github.com/ionic-team/ionic-framework.git
				synced 2025-11-04 13:17:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
window.matchMedia =
 | 
						|
  window.matchMedia ||
 | 
						|
  function () {
 | 
						|
    return {
 | 
						|
      matches: false,
 | 
						|
      addListener: function () {},
 | 
						|
      removeListener: function () {},
 | 
						|
    };
 | 
						|
  };
 |