Merge branch 'bugfix-pause' of https://github.com/EverythingMe/reveal.js into dev
This commit is contained in:
		| @@ -977,9 +977,9 @@ var Reveal = (function(){ | ||||
| 	function resume() { | ||||
|  | ||||
| 		var wasPaused = dom.wrapper.classList.contains( 'paused' ); | ||||
| 		dom.wrapper.classList.remove( 'paused' ); | ||||
|  | ||||
| 		cueAutoSlide(); | ||||
| 		dom.wrapper.classList.remove( 'paused' ); | ||||
|  | ||||
| 		if( wasPaused ) { | ||||
| 			dispatchEvent( 'resumed' ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user