Datepicker: Remove stray line

Fixes #14416
This commit is contained in:
Scott González 2015-08-28 10:20:45 -04:00
parent 8d4157f4e3
commit eec0cfd7fe

View File

@ -1719,7 +1719,6 @@ $.extend(Datepicker.prototype, {
selectOtherMonths = this._get(inst, "selectOtherMonths");
defaultDate = this._getDefaultDate(inst);
html = "";
dow;
for (row = 0; row < numMonths[0]; row++) {
group = "";
this.maxRows = 4;