浏览代码

add availableRoutes to the api (#371)

Hakim El Hattab 12 年之前
父节点
当前提交
3a03c4cd28
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 3 0
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 3 - 0
js/reveal.js

@@ -1993,6 +1993,9 @@ var Reveal = (function(){
 		// Forces an update in slide layout
 		layout: layout,
 
+		// Returns an object with the available routes as booleans (left/right/top/bottom)
+		availableRoutes: availableRoutes,
+
 		// Toggles the overview mode on/off
 		toggleOverview: toggleOverview,
 

文件差异内容过多而无法显示
+ 1 - 1
js/reveal.min.js


部分文件因为文件数量过多而无法显示