Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aswath authored Jan 13, 2025
1 parent 11536e0 commit bb20423
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ define([], function () {
var gotoStep = undefined;
tutorial.activityId = null;
tour = introJs().setOptions({
tooltipClass: 'customTooltip',
prevLabel: prevString,
nextLabel: nextString,
exitOnOverlayClick: false,
nextToDone: false,
showBullets: false,
disableInteraction: true,
tooltipClass: 'customTooltip',
prevLabel: prevString,
nextLabel: nextString,
exitOnOverlayClick: false,
nextToDone: false,
showBullets: false,
disableInteraction: true,
});
tour.onafterchange(function() {
var color = this._introItems[this._currentStep].iconColor;
Expand Down

0 comments on commit bb20423

Please sign in to comment.