diff --git a/source/Ox.UI/js/Core/Ox.Element.js b/source/Ox.UI/js/Core/Ox.Element.js index 7d616f11..f3f56a8a 100644 --- a/source/Ox.UI/js/Core/Ox.Element.js +++ b/source/Ox.UI/js/Core/Ox.Element.js @@ -109,7 +109,7 @@ Ox.Element = function(options, self) { function bind(action, event, callback) { self.$eventHandler[action]('ox_' + event, function(event, data) { - callback(Ox.extend({ + callback.call(that, Ox.extend({ _element: that.$element, _event: event }, data));