Browse Source

correction to bug introduced via #529

embed
Hakim El Hattab 11 years ago
parent
commit
4a68d2d6a5
  1. 4
      js/reveal.js
  2. 4
      js/reveal.min.js

4
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,

4
js/reveal.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save