diff --git a/source/Ox.UI/js/Form/Select.js b/source/Ox.UI/js/Form/Select.js index 49c5ae1c..26ac36ca 100644 --- a/source/Ox.UI/js/Form/Select.js +++ b/source/Ox.UI/js/Form/Select.js @@ -247,12 +247,11 @@ Ox.Select = function(options, self) { }; /*@ - remove remove + removeElement removeElement @*/ - self.superRemove = that.remove.bind(that); - that.remove = function() { + that.removeElement = function() { self.$menu.remove(); - self.superRemove(); + return Ox.Element.prototype.removeElement.apply(that, arguments); }; /*@