test isAutoSliding, isAutoSliding returns false when no autoSlide value is set #766
This commit is contained in:
parent
137ddf5472
commit
ed4cdaf9e7
3 changed files with 13 additions and 3 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue