mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			140 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			140 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | (function (window, document) { | ||
|  | 	window.doStuff = function () { | ||
|  | 		document.body.innerHTML = 'Stuff has been done'; | ||
|  | 	}; | ||
|  | })(window, document); |