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:
c39f5fc
)
Rename API method from Reveal.previousFragment() to Reveal.prevFragment()
author
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 22:24:13 +0000
(
00:24
+0200)
committer
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 22:24:13 +0000
(
00:24
+0200)
Because of consistency with the existent methods Reveal.prev() and Reveal.next()
js/reveal.js
patch
|
blob
|
history
diff --git
a/js/reveal.js
b/js/reveal.js
index 653fbb29c50c8b2c7462cb358520ad47d898161e..eee950b8bfabd3f83229ff87fe98258de200d28d 100644
(file)
--- a/
js/reveal.js
+++ b/
js/reveal.js
@@
-1293,8
+1293,8
@@
var Reveal = (function(){
down: navigateDown,
prev: navigatePrev,
next: navigateNext,
+ prevFragment: previousFragment,
nextFragment: nextFragment,
- previousFragment: previousFragment,
// Deprecated aliases
navigateTo: slide,