Rename API method from Reveal.previousFragment() to Reveal.prevFragment()

Because of consistency with the existent methods Reveal.prev() and Reveal.next()
This commit is contained in:
Michael Kühnel 2012-10-19 00:24:13 +02:00
parent c39f5fc0b0
commit b957d0b858
1 changed files with 1 additions and 1 deletions

View File

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