Skip to content

Commit 41fcb62

Browse files
committed
Merge pull request usablica#327 from connyay/issue-245
return this from exit - fixes usablica#245
2 parents d111639 + 08e7396 commit 41fcb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intro.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@
983983
},
984984
exit: function() {
985985
_exitIntro.call(this, this._targetElement);
986+
return this;
986987
},
987988
refresh: function() {
988989
_setHelperLayerPosition.call(this, document.querySelector('.introjs-helperLayer'));

0 commit comments

Comments
 (0)