mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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 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(){
|
||||
return this.cache('stores', function(d){
|
||||
var res = {}
|
||||
@ -86,9 +97,7 @@ var StoreActions = actions.Actions({
|
||||
|
||||
|
||||
// base API...
|
||||
// XXX need an alternative way to get .stores
|
||||
// ...once we remove store-specific actions there will be no way
|
||||
// to get/set the store-list...
|
||||
// XXX .stores: see .stores notes above for new semantics...
|
||||
parseStoreQuery: ['- Store/',
|
||||
core.doc`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user