minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-24 01:03:53 +03:00
parent 8fd14e4c38
commit a635f18b6b

View File

@ -390,6 +390,9 @@ object.Constructor('BasePage', {
delete: async function(path='.', base=true){
if(path === true || path === false){
base = path
path = '.' }
var page = this.get(path)
if(page.isPattern){
base