Browse Source

* API: Expose getComputedSlideSize for plugin developers

Zach DeCook 5 năm trước cách đây
mục cha
commit
479909d5fa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {