isSliding > isAutoSliding
This commit is contained in:
		| @@ -1469,7 +1469,7 @@ var Reveal = (function(){ | |||||||
| 	/** | 	/** | ||||||
| 	 * Checks if the auto slide mode is currently on. | 	 * Checks if the auto slide mode is currently on. | ||||||
| 	 */ | 	 */ | ||||||
| 	function isSliding() { | 	function isAutoSliding() { | ||||||
|  |  | ||||||
| 		return !autoSlidePaused; | 		return !autoSlidePaused; | ||||||
|  |  | ||||||
| @@ -3340,7 +3340,7 @@ var Reveal = (function(){ | |||||||
| 		// State checks | 		// State checks | ||||||
| 		isOverview: isOverview, | 		isOverview: isOverview, | ||||||
| 		isPaused: isPaused, | 		isPaused: isPaused, | ||||||
| 		isSliding: isSliding, | 		isAutoSliding: isAutoSliding, | ||||||
|  |  | ||||||
| 		// Adds or removes all internal event listeners (such as keyboard) | 		// Adds or removes all internal event listeners (such as keyboard) | ||||||
| 		addEventListeners: addEventListeners, | 		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