diff options
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, |