aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-03-25 14:00:26 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-03-25 14:00:26 +0100
commit868d3b1a9f05d32ef6bd92cc5534928b80634fb0 (patch)
tree6393aa0b7476491aa2263c0cbef5ceae77fd2d31 /js
parent60457d21b437b66f6bab41ed0ae99391b3946376 (diff)
parent41cf154a605db67d0845e74ca021d6ac171cb64b (diff)
downloadfreenode-live-2017-presentation-868d3b1a9f05d32ef6bd92cc5534928b80634fb0.tar
freenode-live-2017-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.js2
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