Parcourir la source

* API: Expose getComputedSlideSize for plugin developers

Zach DeCook il y a 5 ans
Parent
commit
479909d5fa
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      js/reveal.js

+ 1 - 0
js/reveal.js

@@ -6206,6 +6206,7 @@
 		getScale: function() {
 			return scale;
 		},
+		getComputedSlideSize: getComputedSlideSize,
 
 		// Returns the current configuration object
 		getConfig: function() {