Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-25 03:34:29 +03:00
parent 3724bce522
commit 3e40a31673

View File

@ -2483,6 +2483,7 @@ var BaseBrowserPrototype = {
// XXX use partial render for things like search.... // XXX use partial render for things like search....
// XXX make partial render be lazy -- i.e. add/remove elements and // XXX make partial render be lazy -- i.e. add/remove elements and
// do not reconstruct the ones already present... // do not reconstruct the ones already present...
// XXX should from/to/around/count be a feature of this or of .walk(..)???
render: function(options, renderer, context){ render: function(options, renderer, context){
context = context || {} context = context || {}
renderer = renderer || this renderer = renderer || this
@ -4043,6 +4044,7 @@ var HTMLBrowserPrototype = {
return elem return elem
}, },
/* XXX sort out .dom updates... /* XXX sort out .dom updates...
render: function(...args){ render: function(...args){
var res = object.parent(HTMLBrowserPrototype.render, this).call(this, ...args) var res = object.parent(HTMLBrowserPrototype.render, this).call(this, ...args)