There was an error while loading. Please reload this page.
1 parent 4a45557 commit a398a02Copy full SHA for a398a02
1 file changed
js/reveal.js
@@ -3689,7 +3689,7 @@
3689
// - The presentation isn't over
3690
if( autoSlide && !autoSlidePaused && !isPaused() && !isOverview() && ( !Reveal.isLastSlide() || availableFragments().next || config.loop === true ) ) {
3691
autoSlideTimeout = setTimeout( function() {
3692
- typeof config.autoSlideMethod == 'function' ? config.autoSlideMethod() : navigateNext();
+ typeof config.autoSlideMethod === 'function' ? config.autoSlideMethod() : navigateNext();
3693
cueAutoSlide();
3694
}, autoSlide );
3695
autoSlideStartTime = Date.now();
0 commit comments