diff options
author | Michael Kühnel | 2012-10-23 21:56:56 +0200 |
---|---|---|
committer | Michael Kühnel | 2012-10-23 21:56:56 +0200 |
commit | 40c899ec562093668a23925a66835e6c65392983 (patch) | |
tree | 5390819b38e43411ed9f6cf62111b34801473152 /index.html | |
parent | aefe981040ea8c5c7875d9da1ac860def44a19e8 (diff) |
Cherry picking from branch fix-fragments-in-speakernotes
Change source from reveal.min.js to reveal.js for testing purposes.
Add nextFragment and previousFragment to the API:
Making it possible to call the methods Reveal.nextFragment()
and Reveal.previousFragment() from »outside«.
Update README.md:
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ function linkify( selector ) { </div> <script src="lib/js/head.min.js"></script> - <script src="js/reveal.min.js"></script> + <script src="js/reveal.js"></script> <script> |