aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-02-24 09:04:02 +0100
committerGitHub <noreply@github.com>2020-02-24 09:04:02 +0100
commita2155e4fde6abdac33e953348f547f7dc3f7a4f9 (patch)
treeeac27e10f750196a276de4d45f079f14ddb66558 /js
parentf633a18fdf184e0111aa079e53f8431585fede2e (diff)
parentf0c2d558b7f0e418ac44163a732d9f25af536c35 (diff)
downloadfosdem-2021-minimalism-presentation-a2155e4fde6abdac33e953348f547f7dc3f7a4f9.tar
fosdem-2021-minimalism-presentation-a2155e4fde6abdac33e953348f547f7dc3f7a4f9.tar.gz
Merge pull request #2574 from christian-classics-ethereal-library/getComputedSlideSize
API: Expose getComputedSlideSize so plugin developers can get width and height.
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js
index cba1d28..71f5e27 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -6576,6 +6576,7 @@
getScale: function() {
return scale;
},
+ getComputedSlideSize: getComputedSlideSize,
// Returns the current configuration object
getConfig: function() {