From: Michael Kühnel Date: Thu, 18 Oct 2012 22:35:23 +0000 (+0200) Subject: Update renamed API method X-Git-Tag: 2.1.0~10^2~1^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff8ccbb02e4375c1601028db322fae4934342955;p=reveal.js.git Update renamed API method See b957d0b8580bafb35fbb808ef1d7acf424f73895 --- diff --git a/plugin/speakernotes/notes.html b/plugin/speakernotes/notes.html index 9198386..d71d7f8 100644 --- 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.previousFragment(); + currentSlide.contentWindow.Reveal.prevFragment(); } });