isSliding > isAutoSliding

This commit is contained in:
Hakim El Hattab 2013-12-21 17:27:33 +01:00
parent 5226321885
commit 137ddf5472
2 changed files with 5 additions and 5 deletions

View File

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

File diff suppressed because one or more lines are too long