diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index 5c9e1992..bce4e153 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -309,7 +309,6 @@ Ox.Input = function(options, self) { click: function() { self.options.disabled && that.gainFocus(); }, - input: change, blur: blur, change: change, focus: focus