Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabyazdi committed May 2, 2021
1 parent 06013a8 commit 055e899
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 253 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1785,6 +1785,7 @@ class DateObject {
this.#leaps = date.leaps;
this.#calendar = date.calendar.toUpperCase();
this.#isUTC = date.isUTC;
this.#ignoreList = date.ignoreList;
this.months = date.custom.months;
this.weekDays = date.custom.weekDays;
this.digits = date.custom.digits;
Expand Down
Loading

0 comments on commit 055e899

Please sign in to comment.