Skip to content

Commit 1d2491d

Browse files
committed
fix code style issues
1 parent d6f5bcd commit 1d2491d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
element: currentElement,
106106
intro: currentElement.getAttribute('data-intro'),
107107
step: parseInt(currentElement.getAttribute('data-step'), 10),
108-
tooltipClass: currentElement.getAttribute('data-tooltipClass'),
108+
tooltipClass: currentElement.getAttribute('data-tooltipClass'),
109109
position: currentElement.getAttribute('data-position') || this._options.tooltipPosition
110110
};
111111
}
@@ -131,7 +131,7 @@
131131
element: currentElement,
132132
intro: currentElement.getAttribute('data-intro'),
133133
step: nextStep + 1,
134-
tooltipClass: currentElement.getAttribute('data-tooltipClass'),
134+
tooltipClass: currentElement.getAttribute('data-tooltipClass'),
135135
position: currentElement.getAttribute('data-position') || this._options.tooltipPosition
136136
};
137137
}

0 commit comments

Comments
 (0)