Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-21 19:55:10 +03:00
parent f3c3393f4b
commit e13984fca2

View File

@ -527,6 +527,10 @@ var BaseItemPrototype = {
// NOTE: these should not clash with user-supplied handlers ('update' does not)... // NOTE: these should not clash with user-supplied handlers ('update' does not)...
//
// XXX BUG: calling this on a nested/inlined browser will mess things up...
// ...the issue seems to be with root options not being available
// for partial render in a nested context...
update: function(options){ update: function(options){
this.parent this.parent
&& this.parent.render(this, options) && this.parent.render(this, options)