Update reveal.js

This commit is contained in:
Alexander 2015-03-19 11:49:19 +08:00
parent 8858ee75a5
commit 41cf154a60
1 changed files with 1 additions and 1 deletions

View File

@ -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