mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 18:40:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
02bfef8979
commit
eb462a220c
@ -1761,7 +1761,8 @@ var System = {
|
|||||||
// - a root ram store with all the static stuff and nest the rest
|
// - a root ram store with all the static stuff and nest the rest
|
||||||
// - a nested store (as is the case here)
|
// - a nested store (as is the case here)
|
||||||
// XXX nested system store...
|
// XXX nested system store...
|
||||||
store.update('System', Object.create(BaseStore).load(System))
|
store.update('System',
|
||||||
|
Object.create(BaseStore).load(System))
|
||||||
/*/ // XXX chained system store...
|
/*/ // XXX chained system store...
|
||||||
store.next.load(
|
store.next.load(
|
||||||
// Create a new system action-set with paths starting with 'System/'
|
// Create a new system action-set with paths starting with 'System/'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user