summaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab2013-07-20 22:51:52 -0400
committerHakim El Hattab2013-07-20 22:51:52 -0400
commit4a68d2d6a580d3ccd59b9648bb447d422829bb9a (patch)
tree29e295fba9098d270613118f222138d0d9fd40b3 /js/reveal.js
parent8dcf324f7a7362fb3bcc758b2d1726be9bcad807 (diff)
correction to bug introduced via #529
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js
index eb23644..04e535d 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -93,8 +93,8 @@ var Reveal = (function(){
autoSlide = 0,
// The horizontal and vertical index of the currently active slide
- indexh = 0,
- indexv = 0,
+ indexh,
+ indexv,
// The previous and current slide HTML elements
previousSlide,