diff --git a/source/Ox.UI/js/Form/Select.js b/source/Ox.UI/js/Form/Select.js index 0588c417..49c5ae1c 100644 --- a/source/Ox.UI/js/Form/Select.js +++ b/source/Ox.UI/js/Form/Select.js @@ -249,7 +249,7 @@ Ox.Select = function(options, self) { /*@ remove remove @*/ - self.superRemove = that.remove; + self.superRemove = that.remove.bind(that); that.remove = function() { self.$menu.remove(); self.superRemove();