Add missing option to tryCreatePlayer

This commit is contained in:
Marcin Kulik 2016-04-21 15:35:29 +02:00
parent 1a0519a4f7
commit ca2cb53c60

View File

@ -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,