mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 03:10:07 +00:00 
			
		
		
		
	more notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									6886cb9117
								
							
						
					
					
						commit
						2b71d071b5
					
				| @ -50,6 +50,17 @@ var StoreActions = actions.Actions({ | |||||||
| 	//
 | 	//
 | ||||||
| 	// XXX this is almost the same as .collection_handlers...
 | 	// XXX this is almost the same as .collection_handlers...
 | ||||||
| 	// XXX add support for aliases...
 | 	// XXX add support for aliases...
 | ||||||
|  | 	// XXX might be a good idea to shift this from meaning "store handlers" 
 | ||||||
|  | 	// 		to "store APIs", i.e. mark all specific store actions with 
 | ||||||
|  | 	// 		store tag and collect/group them for reference...
 | ||||||
|  | 	// 			new format:
 | ||||||
|  | 	// 				{
 | ||||||
|  | 	// 					<store-tag>: [
 | ||||||
|  | 	// 						<action-name>,
 | ||||||
|  | 	// 						...
 | ||||||
|  | 	// 					],
 | ||||||
|  | 	// 					...
 | ||||||
|  | 	// 				}
 | ||||||
| 	get stores(){ | 	get stores(){ | ||||||
| 		return this.cache('stores', function(d){ | 		return this.cache('stores', function(d){ | ||||||
| 			var res = {} | 			var res = {} | ||||||
| @ -86,9 +97,7 @@ var StoreActions = actions.Actions({ | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 	// base API...
 | 	// base API...
 | ||||||
| 	// XXX need an alternative way to get .stores
 | 	// XXX .stores: see .stores notes above for new semantics...
 | ||||||
| 	// 		...once we remove store-specific actions there will be no way
 |  | ||||||
| 	// 		to get/set the store-list...
 |  | ||||||
| 	parseStoreQuery: ['- Store/', | 	parseStoreQuery: ['- Store/', | ||||||
| 		core.doc` | 		core.doc` | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user