forked from extern/egroupware
Missed call to _super.destroy()
This commit is contained in:
parent
fbd81e6aa9
commit
61ef8de61e
@ -824,6 +824,7 @@ var et2_link = et2_valueWidget.extend([et2_IDetachedDOM], {
|
||||
destroy: function() {
|
||||
if(this.link) this.link.unbind();
|
||||
this.link = null;
|
||||
this._super.apply(this, arguments);
|
||||
},
|
||||
|
||||
set_value: function(_value) {
|
||||
|
Loading…
Reference in New Issue
Block a user