Skip to content

Commit 8301886

Browse files
author
Rafael J. Staib
committed
Add a regression bug fix
1 parent c4e7be6 commit 8301886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/privates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ function startTransitionEffect(wizard, options, state, index, oldIndex)
10901090
state.transitionElement = newStep;
10911091
currentStep[hide](effectSpeed, function ()
10921092
{
1093-
var wizard = $(this)._hideAria().parent().parent().parent(),
1093+
var wizard = $(this)._hideAria().parent().parent(),
10941094
state = getState(wizard);
10951095

10961096
if (state.transitionElement)

0 commit comments

Comments
 (0)