forked from 0x2620/oxjs
in timeline view, react to selecting an annotation
This commit is contained in:
parent
db0a2394d9
commit
c70271573a
1 changed files with 2 additions and 0 deletions
|
|
@ -717,6 +717,8 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
||||||
self.setOption = function(key, value) {
|
self.setOption = function(key, value) {
|
||||||
if (key == 'height') {
|
if (key == 'height') {
|
||||||
setHeight();
|
setHeight();
|
||||||
|
} else if (key == 'position') {
|
||||||
|
setPosition();
|
||||||
} else if (key == 'width') {
|
} else if (key == 'width') {
|
||||||
setWidth();
|
setWidth();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue