From 137ddf54722464fad6b726e21b98cfc0580050ec Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 21 Dec 2013 17:27:33 +0100 Subject: isSliding > isAutoSliding --- js/reveal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/reveal.js') diff --git a/js/reveal.js b/js/reveal.js index 86eb825..b868d13 100644 --- a/js/reveal.js +++ b/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, -- cgit v1.2.3