mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 16:41:39 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1fd467f375
commit
76f322a482
@ -382,6 +382,7 @@ object.Constructor('BasePage', {
|
||||
match: relProxy('match'),
|
||||
delete: relProxy('delete'),
|
||||
|
||||
// XXX how should this handle functions as values???
|
||||
get: function(path, referrer){
|
||||
return this.clone({
|
||||
location: path,
|
||||
@ -753,6 +754,8 @@ var WIKIWORD_PATTERN =
|
||||
// XXX experiments and testing...
|
||||
|
||||
|
||||
// NOTE: in general the root wiki api is simply a page instance.
|
||||
// XXX not yet sure how to organize the actual alient -- UI, hooks, .. etc
|
||||
module.pwiki =
|
||||
Page('/', '/',
|
||||
Object.assign(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user