mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	zjquery: Add extend method.
This commit is contained in:
		
				
					committed by
					
						
						Steve Howell
					
				
			
			
				
	
			
			
			
						parent
						
							a9c8efe871
						
					
				
				
					commit
					679325733d
				
			@@ -232,6 +232,10 @@ exports.make_zjquery = function () {
 | 
			
		||||
        };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    zjquery.extend = function (content, container) {
 | 
			
		||||
        return _.extend(content, container);
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    return zjquery;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user