From 41cf154a605db67d0845e74ca021d6ac171cb64b Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 19 Mar 2015 11:49:19 +0800 Subject: [PATCH] Update reveal.js --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/reveal.js b/js/reveal.js index 65ac29f..915f8bb 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1566,7 +1566,7 @@ }; // Reduce available space by margin - size.presentationWidth -= ( size.presentationHeight * config.margin ); + size.presentationWidth -= ( size.presentationWidth * config.margin ); size.presentationHeight -= ( size.presentationHeight * config.margin ); // Slide width may be a percentage of available width