Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamesallen15 committed Jan 24, 2024
1 parent a0362d0 commit 9372dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/monthview/monthview.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ MonthView.prototype = {
this.element.find(`td:not('.alternate')`).attr('tabindex', '-1'); //eslint-disable-line
this.handleEvents();

this.selectDay(this.currentDate);
utils.addAttributes(this.element, this, this.settings.attributes);
return this;
},
Expand Down

0 comments on commit 9372dc1

Please sign in to comment.