From 61e0ae2f33d2bb767a3437204e9d4a43a35d9169 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Mar 2018 05:36:43 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/store.js b/ui (gen4)/features/store.js index ccc5bba0..6de1cc73 100755 --- a/ui (gen4)/features/store.js +++ b/ui (gen4)/features/store.js @@ -16,11 +16,11 @@ var core = require('features/core') /*********************************************************************/ // XXX TODO: -// - key syntax (path) +// - key syntax (path) (DONE) // : // - path variables // $VAR or ${VAR} -// - ability to store/load only a specific key from a specific store +// - 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...