aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab2013-03-23 11:42:21 -0400
committerHakim El Hattab2013-03-23 11:42:21 -0400
commit3a03c4cd2813e93eb787fa0c36b869b295447ca3 (patch)
treef3c72314c85d83c8a6de6d47a5f315d56d7568ad /js/reveal.js
parent08bf6148b1777051f715bef236cedde4af32a3e5 (diff)
add availableRoutes to the api (#371)
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 5f4ae06..14d8289 100644
--- a/js/reveal.js
+++ b/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,