From: Scott González Date: Fri, 28 Aug 2015 14:20:45 +0000 (-0400) Subject: Datepicker: Remove stray line X-Git-Tag: 1.12.0-beta.1~161 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eec0cfd7fe75f0e52bc5802d8c294a2bccd722c7;p=jquery-ui.git Datepicker: Remove stray line Fixes #14416 --- diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js index 36e7ef327..67664ccf9 100644 --- a/ui/widgets/datepicker.js +++ b/ui/widgets/datepicker.js @@ -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;