Skip to content

Commit d06d785

Browse files
committed
Oops..forgot an unused variable
1 parent eca905f commit d06d785

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

intro.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
*
2727
* @class IntroJs
2828
*/
29-
function IntroJs(obj, config) {
29+
function IntroJs(obj) {
3030
this._targetElement = obj;
31-
this._config = config;
3231

3332
this._options = {
3433
nextLabel: 'Next →',

0 commit comments

Comments
 (0)