Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.on([ 'table.destroy', 'table.clear' ], function() {
if (ComboBox.prototype._openedDropdown) {
ComboBox.prototype._openedDropdown._closeDropdown();
}
}, this);
}
this.on([ 'table.destroy', 'table.clear' ], function() {
if (ComboBox.prototype._openedDropdown) {
ComboBox.prototype._openedDropdown._closeDropdown();
}
}, this);
}