From: Bastian Dehn Date: Fri, 17 Dec 2021 17:48:25 +0000 (+0100) Subject: remove: year attribute X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=64989db429bc10ae46d801ed8ea955aab5094d17;p=calender.git remove: year attribute --- diff --git a/cal.js b/cal.js index e31a924..796f96d 100644 --- a/cal.js +++ b/cal.js @@ -2,7 +2,6 @@ class StripCalender { constructor(year) { - this._year = year; this._date = new Date(year); }