Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-15 10:26:35 +03:00
parent 61e0ae2f33
commit 085af98af5

View File

@ -16,14 +16,13 @@ var core = require('features/core')
/*********************************************************************/
// XXX TODO:
// - key syntax (path) (DONE)
// <store>:<path>
// - path variables
// - path variables syntax
// $VAR or ${VAR}
// - ability to store/load only a specific key from a specific store (DONE)
// Q: path patterns??
// localstorage:* - save/load everything on localstorage
// *:config - save load config from all stores...
// - general path variables:
// ${INSTANCE} (DONE)
// ...
// - specific path variables
// ...
// XXX should we unify this with the save/load API
var StoreActions = actions.Actions({