1
0
Fork 0
forked from 0x2620/oxjs

fix video panel player resize bug

This commit is contained in:
rlx 2011-08-19 18:42:44 +00:00
commit d0d1b94228
3 changed files with 3 additions and 1 deletions

View file

@ -245,7 +245,7 @@ Ox.VideoPanelPlayer = function(options, self) {
self.$video.options({
width: getPlayerWidth()
});
self.$timeline.opitions({
self.$timeline.options({
width: getTimelineWidth()
});
}