From 479909d5fae96af6f8fbaee4992c4764df3563d7 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 31 Jan 2020 11:22:08 -0500 Subject: [PATCH] * API: Expose getComputedSlideSize for plugin developers --- js/reveal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/reveal.js b/js/reveal.js index 28fb35a..455cdd8 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -6206,6 +6206,7 @@ getScale: function() { return scale; }, + getComputedSlideSize: getComputedSlideSize, // Returns the current configuration object getConfig: function() {