Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-26 01:51:11 +03:00
parent a4bf20ccc3
commit 85f5078fa6

View File

@ -546,6 +546,9 @@ var BaseItemPrototype = {
// //
// but this works OK: // but this works OK:
// dialog.disable('nested/2') // dialog.disable('nested/2')
//
// This might also be a side effect of the .dom / .elem set of
// issues...
update: function(options){ update: function(options){
this.parent this.parent
&& this.parent.render(this, options) && this.parent.render(this, options)