Browse Source

resume auto-sliding when autoSlide config value changes

dev
Hakim El Hattab 11 years ago
parent
commit
68318407a8
  1. 1
      js/reveal.js
  2. 4
      js/reveal.min.js

1
js/reveal.js

@ -582,6 +582,7 @@ var Reveal = (function(){
} );
autoSlidePlayer.on( 'click', onAutoSlidePlayerClick );
autoSlidePaused = false;
}
else if( autoSlidePlayer ) {
autoSlidePlayer.destroy();

4
js/reveal.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save