Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-02-26 04:24:37 +03:00
parent 2b71d071b5
commit f6ba8d7358

View File

@ -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(){
return this.cache('stores', function(d){
var res = {}
@ -76,8 +79,6 @@ var StoreActions = actions.Actions({
return res
}) },
// XXX need store client list (???)
//get store_clients(){ return [] },
// events...
// XXX update signature -- see doc for: .loadStore(..)