瀏覽代碼

* 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() {