Переглянути джерело

* API: Expose getComputedSlideSize for plugin developers

Zach DeCook 5 роки тому
батько
коміт
479909d5fa
1 змінених файлів з 1 додано та 0 видалено
  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() {