Skip to content

Commit eec0cfd

Browse files
committed
Datepicker: Remove stray line
Fixes #14416
1 parent 8d4157f commit eec0cfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/widgets/datepicker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,6 @@ $.extend(Datepicker.prototype, {
17191719
selectOtherMonths = this._get(inst, "selectOtherMonths");
17201720
defaultDate = this._getDefaultDate(inst);
17211721
html = "";
1722-
dow;
17231722
for (row = 0; row < numMonths[0]; row++) {
17241723
group = "";
17251724
this.maxRows = 4;

0 commit comments

Comments
 (0)