mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-18 09:01:40 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0debd6505b
commit
7b7f191542
12
pwiki2.js
12
pwiki2.js
@ -158,6 +158,16 @@ module.BaseStore = {
|
||||
|
||||
data: undefined,
|
||||
|
||||
// store chain actions...
|
||||
//
|
||||
// XXX need to think about this...
|
||||
next: undefined,
|
||||
push: function(store){
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
exists: function(path){
|
||||
path = module.path.normalize(path, 'string')
|
||||
var data = this.data
|
||||
@ -1440,7 +1450,7 @@ var WIKIWORD_PATTERN =
|
||||
store.load(require('./bootstrap'))
|
||||
|
||||
// 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
|
||||
// XXX not yet sure how to organize the actual client -- UI, hooks, .. etc
|
||||
var pwiki =
|
||||
module.pwiki =
|
||||
Page('/', '/', store)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user