mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-28 08:50:24 +02:00
test isAutoSliding, isAutoSliding returns false when no autoSlide value is set #766
This commit is contained in:
@@ -1471,7 +1471,7 @@ var Reveal = (function(){
|
||||
*/
|
||||
function isAutoSliding() {
|
||||
|
||||
return !autoSlidePaused;
|
||||
return !!( autoSlide && !autoSlidePaused );
|
||||
|
||||
}
|
||||
|
||||
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user