diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-04-07 09:55:55 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-04-07 09:55:55 +0200 |
commit | d1d44cf6b711ca75ee1fde9d40200060c1ef4e8c (patch) | |
tree | 6b540fcbce1916a83e41f4b296c09c06a32330d5 /js | |
parent | 30f2af0ac512534e7d66ed60514f07f14a8bb6d7 (diff) | |
download | fosdem-2018-presentation-d1d44cf6b711ca75ee1fde9d40200060c1ef4e8c.tar fosdem-2018-presentation-d1d44cf6b711ca75ee1fde9d40200060c1ef4e8c.tar.gz |
formatting
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index c58f2d6..c71b67d 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -634,7 +634,7 @@ document.body.style.height = pageHeight + 'px'; // Make sure stretch elements fit on slide - layoutSlideContents(slideWidth, slideHeight); + layoutSlideContents( slideWidth, slideHeight ); // Add each slide's index as attributes on itself, we need these // indices to generate slide numbers below |