mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-01-17 21:39:25 +01:00
Remove unused argument
This commit is contained in:
parent
0582f57517
commit
75480b5bf4
@ -2290,7 +2290,7 @@ export default function( revealElement, options ) {
|
||||
// When looping is enabled `routes.down` is always available
|
||||
// so we need a separate check for when we've reached the
|
||||
// end of a stack and should move horizontally
|
||||
if( routes.down && routes.right && config.loop && isLastVerticalSlide( currentSlide ) ) {
|
||||
if( routes.down && routes.right && config.loop && isLastVerticalSlide() ) {
|
||||
routes.down = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user