in timeline view, react to selecting an annotation

This commit is contained in:
rlx 2012-04-18 09:30:49 +00:00
parent db0a2394d9
commit c70271573a

View file

@ -717,6 +717,8 @@ Ox.VideoTimelinePlayer = function(options, self) {
self.setOption = function(key, value) {
if (key == 'height') {
setHeight();
} else if (key == 'position') {
setPosition();
} else if (key == 'width') {
setWidth();
}