mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	eslint: Enable prefer-arrow-callback.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							960174408f
						
					
				
				
					commit
					a79322bc94
				
			| @@ -305,7 +305,7 @@ exports.make_new_elem = function (selector, opts) { | ||||
|         }, | ||||
|         removeClass: function (class_names) { | ||||
|             class_names = class_names.split(' '); | ||||
|             class_names.forEach(function (class_name) { | ||||
|             class_names.forEach((class_name) => { | ||||
|                 classes.delete(class_name); | ||||
|             }); | ||||
|             return self; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user