Add nextFragment and previousFragment to the API

Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
This commit is contained in:
Michael Kühnel 2012-10-18 23:19:01 +02:00
parent e447187c20
commit 5cfb7b3239
1 changed files with 2 additions and 0 deletions

View File

@ -1293,6 +1293,8 @@ var Reveal = (function(){
down: navigateDown,
prev: navigatePrev,
next: navigateNext,
nextFragment: nextFragment,
previousFragment: previousFragment,
// Deprecated aliases
navigateTo: slide,