File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 333
333
function hideStep ( step ) {
334
334
unhighlighElement ( step . element ) ;
335
335
if ( _ . isArray ( step . highlightElements ) ) {
336
- _ . each ( step . highlightElements , function ( highlightElement ) {
337
- unhighlighElement ( highlightElement ) ;
336
+ _ . each ( step . highlightElements , function ( element ) {
337
+ unhighlighElement ( element ) ;
338
338
} ) ;
339
339
}
340
340
hint . hideTooltip ( ) ;
380
380
381
381
highlightElement ( step . element , base . options . highlightInteractivity ) ;
382
382
if ( _ . isArray ( step . highlightElements ) ) {
383
- _ . each ( step . highlightElements , function ( highlightElement ) {
384
- highlightElement ( highlightElement , base . options . highlightInteractivity ) ;
383
+ _ . each ( step . highlightElements , function ( element ) {
384
+ highlightElement ( element , base . options . highlightInteractivity ) ;
385
385
} ) ;
386
386
}
387
387
return hint . render ( ) ;
You can’t perform that action at this time.
0 commit comments