From eec0cfd7fe75f0e52bc5802d8c294a2bccd722c7 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 28 Aug 2015 10:20:45 -0400 Subject: Datepicker: Remove stray line Fixes #14416 --- ui/widgets/datepicker.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui') 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; -- cgit v1.2.3