diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-03-25 14:00:26 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-03-25 14:00:26 +0100 |
commit | 868d3b1a9f05d32ef6bd92cc5534928b80634fb0 (patch) | |
tree | 6393aa0b7476491aa2263c0cbef5ceae77fd2d31 /js | |
parent | 60457d21b437b66f6bab41ed0ae99391b3946376 (diff) | |
parent | 41cf154a605db67d0845e74ca021d6ac171cb64b (diff) | |
download | fosdem-2018-presentation-868d3b1a9f05d32ef6bd92cc5534928b80634fb0.tar fosdem-2018-presentation-868d3b1a9f05d32ef6bd92cc5534928b80634fb0.tar.gz |
Merge branch 'patch-1' of https://github.com/borrown/reveal.js into dev
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 3edd301..97e61cf 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1625,7 +1625,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 |