Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-01 02:00:41 +03:00
parent 200485f5ed
commit f9379618ca

View File

@ -2941,10 +2941,6 @@ var BaseBrowserPrototype = {
// 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(..)??? // XXX should from/to/around/count be a feature of this or of .walk(..)???
// XXX might be a good idea to use this.root === this instead of context.root === this // XXX might be a good idea to use this.root === this instead of context.root === this
// XXX WALK2...
// XXX this still has problems....
// - nested browser rendering not yet working correctly -- rendered flat...
render: function(options, renderer, context){ render: function(options, renderer, context){
renderer = renderer || this renderer = renderer || this
context = renderer.renderContext(context) context = renderer.renderContext(context)