Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-21 23:37:52 +03:00
parent f64e617ccb
commit ee2a2c21b4

View File

@ -209,7 +209,7 @@ object.Constructor('BasePage', {
this.root.path
: this.path },
// XXX should these be writable???
// XXX should this encode/decode???
get name(){
return pwpath.basename(this.path) },
set name(value){