1
0
Fork 0
forked from 0x2620/oxjs

more efficient composition of block timeline, more efficient resizing of small timeline

This commit is contained in:
rolux 2011-05-16 09:03:37 +02:00
commit ac2ea5f53d
4 changed files with 83 additions and 43 deletions

View file

@ -128,6 +128,7 @@ Ox.load('UI', {
resize: function(foo, size) {
$videos[0].options({width: size - 32});
$smallTimeline.options({width: size - 16});
$playerTimeline.options({width: size - 16});
}
}),
size: 392,