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:
54588f5
)
Update renamed API method
author
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 22:35:23 +0000
(
00:35
+0200)
committer
Michael Kühnel
<mail@michael-kuehnel.de>
Thu, 18 Oct 2012 22:35:23 +0000
(
00:35
+0200)
See
b957d0b8580bafb35fbb808ef1d7acf424f73895
plugin/speakernotes/notes.html
patch
|
blob
|
history
diff --git
a/plugin/speakernotes/notes.html
b/plugin/speakernotes/notes.html
index 919838604c8b1466036880a22643e8ba19fa2654..d71d7f802ef726fac9e00d918e1df680dd7f6e0b 100644
(file)
--- a/
plugin/speakernotes/notes.html
+++ b/
plugin/speakernotes/notes.html
@@
-130,7
+130,7
@@
currentSlide.contentWindow.Reveal.nextFragment();
}
else if (data.fragment === 'previous') {
- currentSlide.contentWindow.Reveal.prev
ious
Fragment();
+ currentSlide.contentWindow.Reveal.prevFragment();
}
});
</script>