]> gitweb.hhaalo.de Git - calender.git/commitdiff
remove: year attribute
authorBastian Dehn <hhaalo@arcor.de>
Fri, 17 Dec 2021 17:48:25 +0000 (18:48 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 17 Dec 2021 17:48:30 +0000 (18:48 +0100)
cal.js

diff --git a/cal.js b/cal.js
index e31a9241fa4eed2f50f196e65d614a46b79f43de..796f96d8113c45162a1783732ddcaf13b8f6eef9 100644 (file)
--- a/cal.js
+++ b/cal.js
@@ -2,7 +2,6 @@ class StripCalender
 {
        constructor(year)
        {
-               this._year = year;
                this._date = new Date(year);
        }