mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	eslint: Enable no-extra-parens rule.
				
					
				
			Following sub-configuration is disabled:
                "nestedBinaryExpressions": false,
			
			
This commit is contained in:
		@@ -91,7 +91,7 @@ MessageListData.prototype = {
 | 
			
		||||
 | 
			
		||||
        var last_msg = this._items[n - 1];
 | 
			
		||||
 | 
			
		||||
        return (last_msg.id === this._selected_id);
 | 
			
		||||
        return last_msg.id === this._selected_id;
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    nth_most_recent_id: function (n) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user