mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	eslint: change space-before-function-paren from warning to error.
Also fix violations.
This commit is contained in:
		@@ -500,11 +500,11 @@ exports.clear_and_hide_search = function () {
 | 
			
		||||
    filter.addClass('notdisplayed');
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
function focus_stream_filter (e) {
 | 
			
		||||
function focus_stream_filter(e) {
 | 
			
		||||
    e.stopPropagation();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function maybe_select_stream (e) {
 | 
			
		||||
function maybe_select_stream(e) {
 | 
			
		||||
    if (e.keyCode === 13) {
 | 
			
		||||
        // Enter key was pressed
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user