mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50:07 +00:00
minor tweaks and notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ef3e458991
commit
2cf2ef615a
@ -18,6 +18,7 @@
|
||||
*
|
||||
*
|
||||
* TODO:
|
||||
* - async parser does not work...
|
||||
* - .load(..) / .json(..) -- for most stores...
|
||||
* might be a good idea to keep a unified format...
|
||||
* - <page>.then() -- resolve when all pending write operations done ???
|
||||
@ -965,6 +966,10 @@ object.Constructor('BasePage', {
|
||||
set path(value){
|
||||
this.location = value },
|
||||
|
||||
// XXX do we need this...
|
||||
get resolvedPath(){
|
||||
return this.match() },
|
||||
|
||||
// XXX should these be writable???
|
||||
get name(){
|
||||
return module.path.split(this.path).pop() },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user