tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-04-14 20:58:09 +03:00
parent a1bc80caf5
commit 32c5909630

View File

@ -207,14 +207,17 @@ function(name){
var page =
module.page = {
store: undefined,
path: undefined,
referrer: undefined,
text: undefined,
// relative proxies to store...
exists: relProxy('exists'),
match: relProxy('match'),
// XXX should this return page objects???
get: relProxy('get'),
update: function(path='.', data, mode){
if(arguments.length == 1){
data = path
@ -225,8 +228,6 @@ module.page = {
// XXX
clear: function(){
},
expand: function(){
},
}