Fix typo in handler function call name (#21829)
This commit is contained in:
		
							parent
							
								
									08c0e43b6f
								
							
						
					
					
						commit
						72a8af8088
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -97,7 +97,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
 | 
			
		|||
      if (this.mediaQuery.removeEventListener) {
 | 
			
		||||
        this.mediaQuery.removeEventListener('change', this.handleLayoutChange);
 | 
			
		||||
      } else {
 | 
			
		||||
        this.mediaQuery.removeListener(this.handleLayouteChange);
 | 
			
		||||
        this.mediaQuery.removeListener(this.handleLayoutChange);
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue