Skip to content

Commit eddf1af

Browse files
author
Yaron Nachshon
committed
fix
1 parent 6bc37dd commit eddf1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
backdrop = backdrop || createBackdrop();
393393

394394
if(isFunction(step.intro)){
395-
intro = step.intro(step.template);
395+
intro = step.intro(step);
396396
}else{
397397
intro = step.intro;
398398
}

0 commit comments

Comments
 (0)