1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-04-13 00:51:58 +02:00

Update renamed API method

See b957d0b8580bafb35fbb808ef1d7acf424f73895
This commit is contained in:
Michael Kühnel 2012-10-19 00:35:23 +02:00
parent 54588f5fea
commit ff8ccbb02e

View File

@ -130,7 +130,7 @@
currentSlide.contentWindow.Reveal.nextFragment();
}
else if (data.fragment === 'previous') {
currentSlide.contentWindow.Reveal.previousFragment();
currentSlide.contentWindow.Reveal.prevFragment();
}
});
</script>