mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-10-30 18:40:08 +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: | * TODO: | ||||||
|  | * 	- async parser does not work... | ||||||
| * 	- .load(..) / .json(..) -- for most stores... | * 	- .load(..) / .json(..) -- for most stores... | ||||||
| * 		might be a good idea to keep a unified format... | * 		might be a good idea to keep a unified format... | ||||||
| * 	- <page>.then() -- resolve when all pending write operations done ??? | * 	- <page>.then() -- resolve when all pending write operations done ??? | ||||||
| @ -965,6 +966,10 @@ object.Constructor('BasePage', { | |||||||
| 	set path(value){ | 	set path(value){ | ||||||
| 		this.location = value }, | 		this.location = value }, | ||||||
| 
 | 
 | ||||||
|  | 	// XXX do we need this...
 | ||||||
|  | 	get resolvedPath(){ | ||||||
|  | 		return this.match() }, | ||||||
|  | 
 | ||||||
| 	// XXX should these be writable???
 | 	// XXX should these be writable???
 | ||||||
| 	get name(){ | 	get name(){ | ||||||
| 		return module.path.split(this.path).pop() }, | 		return module.path.split(this.path).pop() }, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user