Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-05-12 09:06:38 +03:00
parent 02bfef8979
commit eb462a220c

View File

@ -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/'