style: Fix stray/missing semi-colons
Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/607
This commit is contained in:
@ -47,7 +47,7 @@ var TodayButton = class TodayButton {
|
||||
this._calendar.connect('selected-date-changed', (calendar, date) => {
|
||||
// Make the button reactive only if the selected date is not the
|
||||
// current date.
|
||||
this.actor.reactive = !_isToday(date)
|
||||
this.actor.reactive = !_isToday(date);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user