mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	js: Use inside variant of IIFE wrappers.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							6924d501bc
						
					
				
				
					commit
					a20c12366f
				
			@@ -398,7 +398,7 @@ run_test("loading_newer", () => {
 | 
			
		||||
        // since the last message event's data had been discarded.
 | 
			
		||||
        // This fetch goes on until the newest message has been found.
 | 
			
		||||
        assert.equal(msg_list.data.fetch_status.can_load_newer_messages(), false);
 | 
			
		||||
    }());
 | 
			
		||||
    })();
 | 
			
		||||
 | 
			
		||||
    (function test_home() {
 | 
			
		||||
        reset_lists();
 | 
			
		||||
@@ -455,6 +455,6 @@ run_test("loading_newer", () => {
 | 
			
		||||
 | 
			
		||||
        assert.equal(msg_list.data.fetch_status.can_load_newer_messages(), false);
 | 
			
		||||
 | 
			
		||||
    }());
 | 
			
		||||
    })();
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user