Skip to content

Commit

Permalink
Test removal of excessive cleanup on willDestroy
Browse files Browse the repository at this point in the history
  • Loading branch information
dougestey committed Mar 30, 2021
1 parent 5e5b3c7 commit 8954ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/components/swiper-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ export default Component.extend({
if (instance) {
instance.off('slideChangeTransitionEnd');
instance.destroy();
instance = this.set('_swiper', null);
}
},

Expand Down

0 comments on commit 8954ffd

Please sign in to comment.