mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 03:10:07 +00:00 
			
		
		
		
	notes and cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									a2f7687335
								
							
						
					
					
						commit
						517672994d
					
				| @ -503,6 +503,8 @@ var TextBrowserPrototype = { | |||||||
| 		renderIndent: '\t', | 		renderIndent: '\t', | ||||||
| 	}, | 	}, | ||||||
| 	 | 	 | ||||||
|  | 	// NOTE: we do not need .renderGroup(..) here as a group is not 
 | ||||||
|  | 	// 		visible in text...
 | ||||||
| 	renderList: function(items, options){ | 	renderList: function(items, options){ | ||||||
| 		var that = this | 		var that = this | ||||||
| 		return this.renderSubList(items, null, options) | 		return this.renderSubList(items, null, options) | ||||||
| @ -516,8 +518,6 @@ var TextBrowserPrototype = { | |||||||
| 					e.map(function(e){ return (that.options.renderIndent || '  ') + e }) | 					e.map(function(e){ return (that.options.renderIndent || '  ') + e }) | ||||||
| 					: e }) | 					: e }) | ||||||
| 			.flat() }, | 			.flat() }, | ||||||
| 	//renderGroup: function(items, options){
 |  | ||||||
| 	//	return items },
 |  | ||||||
| 	renderItem: function(item, i, options){ | 	renderItem: function(item, i, options){ | ||||||
| 		var value = item.value || item | 		var value = item.value || item | ||||||
| 		return item.current ? | 		return item.current ? | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user