isSliding > isAutoSliding
This commit is contained in:
		| @@ -1469,7 +1469,7 @@ var Reveal = (function(){ | ||||
| 	/** | ||||
| 	 * Checks if the auto slide mode is currently on. | ||||
| 	 */ | ||||
| 	function isSliding() { | ||||
| 	function isAutoSliding() { | ||||
|  | ||||
| 		return !autoSlidePaused; | ||||
|  | ||||
| @@ -3340,7 +3340,7 @@ var Reveal = (function(){ | ||||
| 		// State checks | ||||
| 		isOverview: isOverview, | ||||
| 		isPaused: isPaused, | ||||
| 		isSliding: isSliding, | ||||
| 		isAutoSliding: isAutoSliding, | ||||
|  | ||||
| 		// Adds or removes all internal event listeners (such as keyboard) | ||||
| 		addEventListeners: addEventListeners, | ||||
|   | ||||
							
								
								
									
										6
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user