1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 03:40:28 +02:00

Update renamed API method

See b957d0b858
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>