Browse Source

isSliding > isAutoSliding

Hakim El Hattab 11 years ago
parent
commit
137ddf5472
2 changed files with 3 additions and 3 deletions
  1. 2 2
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 2 - 2
js/reveal.js

@@ -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,

File diff suppressed because it is too large
+ 1 - 1
js/reveal.min.js


Some files were not shown because too many files changed in this diff