|
@@ -1409,8 +1409,8 @@ var Reveal = (function(){
|
|
|
|
|
|
state.length = 0;
|
|
|
|
|
|
- var indexhBefore = indexh,
|
|
|
- indexvBefore = indexv;
|
|
|
+ var indexhBefore = indexh || 0,
|
|
|
+ indexvBefore = indexv || 0;
|
|
|
|
|
|
|
|
|
indexh = updateSlides( HORIZONTAL_SLIDES_SELECTOR, h === undefined ? indexh : h );
|