fix timeline
This commit is contained in:
parent
c951998422
commit
00d1aa8485
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function timeline(item, position, layers) {
|
function timeline(item, position, layers) {
|
||||||
playItem(item, 'player', position, layers);
|
playItem(item, 'timeline', position, layers);
|
||||||
}
|
}
|
||||||
|
|
||||||
function playItem(item, view, position, layers) {
|
function playItem(item, view, position, layers) {
|
||||||
|
|
Loading…
Reference in a new issue