Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-08-11 23:52:58 +03:00
parent d9dd64e014
commit 6d309f91a1

View File

@ -3151,7 +3151,6 @@ var BaseBrowserPrototype = {
// XXX make partial render be lazy -- i.e. add/remove elements and
// do not reconstruct the ones already present...
// XXX should from/to/around/count be a feature of this or of .walk(..)???
// XXX render all the sections at root... (???)
// XXX might be a good idea to use this.root === this instead of context.root === this
render: function(options, renderer, context){
context = this.renderContext(context)