correction to bug introduced via #529
This commit is contained in:
parent
8dcf324f7a
commit
4a68d2d6a5
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue