mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2b71d071b5
commit
f6ba8d7358
@ -61,6 +61,9 @@ var StoreActions = actions.Actions({
|
|||||||
// ],
|
// ],
|
||||||
// ...
|
// ...
|
||||||
// }
|
// }
|
||||||
|
// ...might also be a good idea to split this to:
|
||||||
|
// .stores - list of store tags (i.e. Object.keys(this.stores_actions))
|
||||||
|
// .stores_actions - dict of store-specific actions
|
||||||
get stores(){
|
get stores(){
|
||||||
return this.cache('stores', function(d){
|
return this.cache('stores', function(d){
|
||||||
var res = {}
|
var res = {}
|
||||||
@ -76,8 +79,6 @@ var StoreActions = actions.Actions({
|
|||||||
|
|
||||||
return res
|
return res
|
||||||
}) },
|
}) },
|
||||||
// XXX need store client list (???)
|
|
||||||
//get store_clients(){ return [] },
|
|
||||||
|
|
||||||
// events...
|
// events...
|
||||||
// XXX update signature -- see doc for: .loadStore(..)
|
// XXX update signature -- see doc for: .loadStore(..)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user