Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-02-24 13:55:31 +03:00
parent 48d1093fd5
commit 6886cb9117

View File

@ -196,6 +196,7 @@ var StoreActions = actions.Actions({
// -> .loadConfig() / .saveConfig() / .resetConfig() // -> .loadConfig() / .saveConfig() / .resetConfig()
// - get/set/del // - get/set/del
// -> .store('*:config') / .store('*:config', value) / .store('*:config', null) // -> .store('*:config') / .store('*:config', value) / .store('*:config', null)
// ...think initializing should be done by the owner plugin...
// XXX sync or async or both??? // XXX sync or async or both???
store: ['- Store/', store: ['- Store/',
core.doc` core.doc`