Fix typo in handler function call name (#21829)
This commit is contained in:
		
							parent
							
								
									08c0e43b6f
								
							
						
					
					
						commit
						72a8af8088
					
				@ -97,7 +97,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
 | 
				
			|||||||
      if (this.mediaQuery.removeEventListener) {
 | 
					      if (this.mediaQuery.removeEventListener) {
 | 
				
			||||||
        this.mediaQuery.removeEventListener('change', this.handleLayoutChange);
 | 
					        this.mediaQuery.removeEventListener('change', this.handleLayoutChange);
 | 
				
			||||||
      } else {
 | 
					      } else {
 | 
				
			||||||
        this.mediaQuery.removeListener(this.handleLayouteChange);
 | 
					        this.mediaQuery.removeListener(this.handleLayoutChange);
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user