소스 검색

Update renamed API method

See b957d0b8580bafb35fbb808ef1d7acf424f73895
Michael Kühnel 12 년 전
부모
커밋
ff8ccbb02e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugin/speakernotes/notes.html

+ 1 - 1
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();
 			}
 		});
 		</script>