add availableRoutes to the api (#371)
This commit is contained in:
parent
08bf6148b1
commit
3a03c4cd28
2 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||
|
||||
|
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue