add availableRoutes to the api (#371)

This commit is contained in:
Hakim El Hattab 2013-03-23 11:42:21 -04:00
parent 08bf6148b1
commit 3a03c4cd28
2 changed files with 5 additions and 2 deletions

View file

@ -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

File diff suppressed because one or more lines are too long