summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Kühnel2012-10-18 23:19:01 +0200
committerMichael Kühnel2012-10-18 23:19:01 +0200
commit5cfb7b3239781d3a67b0e44ac0b609cb53b0b65e (patch)
treefc6decf8d68d602504c9434504ba2c95b545cb61
parente447187c20fc0ecebfc0e7bc28ebac32d15da9d4 (diff)
Add nextFragment and previousFragment to the API
Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
-rw-r--r--js/reveal.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js
index c2769e5..653fbb2 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -1293,6 +1293,8 @@ var Reveal = (function(){
down: navigateDown,
prev: navigatePrev,
next: navigateNext,
+ nextFragment: nextFragment,
+ previousFragment: previousFragment,
// Deprecated aliases
navigateTo: slide,