File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 105
105
element : currentElement ,
106
106
intro : currentElement . getAttribute ( 'data-intro' ) ,
107
107
step : parseInt ( currentElement . getAttribute ( 'data-step' ) , 10 ) ,
108
- tooltipClass : currentElement . getAttribute ( 'data-tooltipClass' ) ,
108
+ tooltipClass : currentElement . getAttribute ( 'data-tooltipClass' ) ,
109
109
position : currentElement . getAttribute ( 'data-position' ) || this . _options . tooltipPosition
110
110
} ;
111
111
}
131
131
element : currentElement ,
132
132
intro : currentElement . getAttribute ( 'data-intro' ) ,
133
133
step : nextStep + 1 ,
134
- tooltipClass : currentElement . getAttribute ( 'data-tooltipClass' ) ,
134
+ tooltipClass : currentElement . getAttribute ( 'data-tooltipClass' ) ,
135
135
position : currentElement . getAttribute ( 'data-position' ) || this . _options . tooltipPosition
136
136
} ;
137
137
}
You can’t perform that action at this time.
0 commit comments