aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index b868d13..0de1d4d 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -1471,7 +1471,7 @@ var Reveal = (function(){
*/
function isAutoSliding() {
- return !autoSlidePaused;
+ return !!( autoSlide && !autoSlidePaused );
}