From eb462a220c75f1504762c7b14df60bf819bfde2c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 12 May 2022 09:06:38 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- pwiki2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwiki2.js b/pwiki2.js index 605b073..162790b 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -1761,7 +1761,8 @@ var System = { // - a root ram store with all the static stuff and nest the rest // - a nested store (as is the case here) // XXX nested system store... -store.update('System', Object.create(BaseStore).load(System)) +store.update('System', + Object.create(BaseStore).load(System)) /*/ // XXX chained system store... store.next.load( // Create a new system action-set with paths starting with 'System/'