Skip to content

Commit

Permalink
Remove redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 3, 2021
1 parent f253f99 commit 6ead39e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/_tabbed-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ class TabbedCarousel {

const disabledButtons = document.querySelectorAll(`#${this.instanceId} button[disabled]`);
const tabs = document.querySelectorAll(`#${this.instanceId} ${this.selectors.tab}`);
const tablist = document.querySelector(`#${this.instanceId} ${this.selectors.tablist}`);
const tabpanels = document.querySelectorAll(`#${this.instanceId} ${this.selectors.tabpanel}`);
const tabpanelExpandButtons = document.querySelectorAll(`#${this.instanceId} ${this.selectors.tabpanelExpandButton}`);
const self = this;
Expand Down

0 comments on commit 6ead39e

Please sign in to comment.