aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 691ff4b..a68dd6a 100644
--- a/index.html
+++ b/index.html
@@ -279,7 +279,7 @@ linkify( 'a' );
// Fires each time a new slide is activated
Reveal.addEventListener( 'slidechanged', function( event ) {
- // event.indexh & event.indexv
+ // event.previousSlide, event.currentSlide, event.indexh, event.indexv
} );
Reveal.initialize({