Explorar el Código

* API: Expose getComputedSlideSize for plugin developers

Zach DeCook hace 5 años
padre
commit
479909d5fa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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() {