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
1 changed files with 1 additions and 1 deletions

View File

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