Missed call to _super.destroy()

This commit is contained in:
Nathan Gray 2013-03-26 15:47:31 +00:00
parent fbd81e6aa9
commit 61ef8de61e

View File

@ -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) {