Add missing option to tryCreatePlayer
This commit is contained in:
parent
1a0519a4f7
commit
ca2cb53c60
@ -12,6 +12,7 @@ function tryCreatePlayer(parentNode, asciicast, options) {
|
||||
speed: options.speed,
|
||||
autoPlay: options.autoPlay,
|
||||
loop: options.loop,
|
||||
preload: options.preload,
|
||||
startAt: options.startAt,
|
||||
fontSize: options.fontSize,
|
||||
theme: options.theme,
|
||||
|
Loading…
Reference in New Issue
Block a user