From 6f86bc136b8efcd58b6564ba0a3b296fdf0490f2 Mon Sep 17 00:00:00 2001 From: Tijn Kersjes Date: Mon, 3 Dec 2018 22:32:46 +0100 Subject: [PATCH] Use the correct default values for controls and progress in the layout --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index b3b91d1..1748128 100644 --- a/lib/index.js +++ b/lib/index.js @@ -258,7 +258,7 @@ Cleaver.prototype.renderSlideshow = function () { style: style, author: this.options.author, script: script, - options: this.options + options: options }; /* Return the rendered slideshow */