From eec0cfd7fe75f0e52bc5802d8c294a2bccd722c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 28 Aug 2015 10:20:45 -0400 Subject: [PATCH] Datepicker: Remove stray line Fixes #14416 --- ui/widgets/datepicker.js | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5