Browse Source

add availableRoutes to the api (#371)

embed
Hakim El Hattab 12 years ago
parent
commit
3a03c4cd28
  1. 3
      js/reveal.js
  2. 4
      js/reveal.min.js

3
js/reveal.js

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

4
js/reveal.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save