mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Remove spurious set name from eventsource.sharedworker.js (#15643)
Fix #15617 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		@@ -1,5 +1,3 @@
 | 
				
			|||||||
self.name = 'eventsource.sharedworker.js';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const sourcesByUrl = {};
 | 
					const sourcesByUrl = {};
 | 
				
			||||||
const sourcesByPort = {};
 | 
					const sourcesByPort = {};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user