correction to bug introduced via #529
parent
8dcf324f7a
commit
4a68d2d6a5
|
@ -93,8 +93,8 @@ var Reveal = (function(){
|
||||||
autoSlide = 0,
|
autoSlide = 0,
|
||||||
|
|
||||||
// The horizontal and vertical index of the currently active slide
|
// The horizontal and vertical index of the currently active slide
|
||||||
indexh = 0,
|
indexh,
|
||||||
indexv = 0,
|
indexv,
|
||||||
|
|
||||||
// The previous and current slide HTML elements
|
// The previous and current slide HTML elements
|
||||||
previousSlide,
|
previousSlide,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue