Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-10-06 19:33:11 +03:00
parent bd634c023e
commit b2826fe58d

View File

@ -555,7 +555,6 @@ var BaseItemPrototype = {
// ...there are likely two issues at play here:
// 1) the options related stuff -- non-rendered buttons...
// 2) .dom/.elem related stuff -- .update() removes buttons...
//
update: function(options){
this.parent
&& this.parent.render(this, options)