Skip to content

Commit f107b6e

Browse files
author
Nathaniel Blackburn
committed
Allow chaining on addSteps
1 parent 5a4295b commit f107b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intro.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,8 @@
16881688
for(var index = 0; index < steps.length; index++) {
16891689
this.addStep(steps[index]);
16901690
}
1691+
1692+
return this;
16911693
},
16921694
nextStep: function() {
16931695
_nextStep.call(this);

0 commit comments

Comments
 (0)