From 4a68d2d6a580d3ccd59b9648bb447d422829bb9a Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 20 Jul 2013 22:51:52 -0400 Subject: correction to bug introduced via #529 --- js/reveal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/reveal.js') 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, -- cgit v1.2.3