1
0
Fork 0
forked from 0x2620/oxjs

resolve focus issues with video player find element

This commit is contained in:
rlx 2011-10-29 10:01:28 +00:00
commit ec7ec4d707
4 changed files with 48 additions and 35 deletions

View file

@ -86,6 +86,9 @@ Ox.VideoPanelPlayer = function(options, self) {
width: getPlayerWidth()
})
.bindEvent({
find: function(data) {
self.$timeline.options({find: data.find});
},
position: setPosition,
muted: function(data) {
that.triggerEvent('muted', data);