1
0
Fork 0
forked from 0x2620/oxjs

Only return Ox.Element if exactly one jquery element is return.

Fixes use of find, children
This commit is contained in:
j 2011-12-29 15:40:08 +05:30
commit ac4dd51ed7
6 changed files with 14 additions and 16 deletions

View file

@ -1131,7 +1131,7 @@ Ox.VideoPlayer = function(options, self) {
});
showControls();
hideControls();
that.$element.find('.OxControls').bind({
that.find('.OxControls').bind({
mouseenter: function() {
self.mouseIsInControls = true;
},