mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 02:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
634eca4c86
commit
0c5c5f2a5f
@ -54,6 +54,17 @@ var Node = {
|
|||||||
load: function(){},
|
load: function(){},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var NodeGroup = {
|
||||||
|
__proto__: Node,
|
||||||
|
}
|
||||||
|
|
||||||
|
// XXX should this be Page or root??
|
||||||
|
var Root = {
|
||||||
|
__proto__: NodeGroup,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
// XXX might be a good idea to do a view-action model...
|
// XXX might be a good idea to do a view-action model...
|
||||||
var Outline = {
|
var Outline = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user