projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e447187
)
Add nextFragment and previousFragment to the API
author
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 21:19:01 +0000
(23:19 +0200)
committer
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 21:19:01 +0000
(23:19 +0200)
Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
js/reveal.js
patch
|
blob
|
history
diff --git
a/js/reveal.js
b/js/reveal.js
index c2769e5fff69a876be9457fab659869310ddcb2d..653fbb29c50c8b2c7462cb358520ad47d898161e 100644
(file)
--- 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,