diff options
author | Hakim El Hattab | 2013-03-23 11:42:21 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-03-23 11:42:21 -0400 |
commit | 3a03c4cd2813e93eb787fa0c36b869b295447ca3 (patch) | |
tree | f3c72314c85d83c8a6de6d47a5f315d56d7568ad /js/reveal.js | |
parent | 08bf6148b1777051f715bef236cedde4af32a3e5 (diff) |
add availableRoutes to the api (#371)
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 3 |
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, |