Browse Source

Add nextFragment and previousFragment to the API

Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
Michael Kühnel 12 năm trước cách đây
mục cha
commit
5cfb7b3239
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      js/reveal.js

+ 2 - 0
js/reveal.js

@@ -1293,6 +1293,8 @@ var Reveal = (function(){
 		down: navigateDown,
 		prev: navigatePrev,
 		next: navigateNext,
+		nextFragment: nextFragment,
+		previousFragment: previousFragment,
 
 		// Deprecated aliases
 		navigateTo: slide,