mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 03:10:07 +00:00 
			
		
		
		
	updaed docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									d1822aa3be
								
							
						
					
					
						commit
						fda402bcc9
					
				| @ -714,16 +714,18 @@ var BrowserPrototype = { | |||||||
| 	// There are two mods of operation:
 | 	// There are two mods of operation:
 | ||||||
| 	//
 | 	//
 | ||||||
| 	// 1) interactive:
 | 	// 1) interactive:
 | ||||||
| 	// 		- for each item make is called with it's text
 | 	// 		.list(path, make)
 | ||||||
| 	//		- make will return a jQuery object of the item
 | 	// 			- for each item make is called with it's text
 | ||||||
|  | 	//			- make will return a jQuery object of the item
 | ||||||
| 	//
 | 	//
 | ||||||
| 	// 		NOTE: selection is currently done based on .text() thus the 
 | 	// 		NOTE: selection is currently done based on .text() thus the 
 | ||||||
| 	// 			modification should not affect it's output...
 | 	// 			modification should not affect it's output...
 | ||||||
| 	//
 | 	//
 | ||||||
| 	// 2) non-interactive:
 | 	// 2) non-interactive:
 | ||||||
| 	// 		- .list(..) should return a list
 | 	// 		.list(path) -> list
 | ||||||
| 	// 		- make should never get called
 | 	// 			- .list(..) should return a list
 | ||||||
| 	// 		- the returned list will be rendered
 | 	// 			- make should never get called
 | ||||||
|  | 	// 			- the returned list will be rendered
 | ||||||
| 	//
 | 	//
 | ||||||
| 	list: function(path, make){ | 	list: function(path, make){ | ||||||
| 		path = path || this.path | 		path = path || this.path | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user