merge in support for stepped fragments in notes window

This commit is contained in:
Hakim El Hattab
2012-10-25 09:36:25 -04:00
6 changed files with 92 additions and 75 deletions

View File

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