Skip to content

Commit 3bf47f6

Browse files
committed
Allow duplicate steps
1 parent f107b6e commit 3bf47f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

intro.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,9 +1676,7 @@
16761676
this._options.steps = [];
16771677
}
16781678

1679-
if (!this._options.steps.indexOf(options) === -1) {
1680-
this._options.steps.push(options);
1681-
}
1679+
this._options.steps.push(options);
16821680

16831681
return this;
16841682
},

0 commit comments

Comments
 (0)