diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-08-28 10:20:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-08-28 10:20:45 -0400 |
commit | eec0cfd7fe75f0e52bc5802d8c294a2bccd722c7 (patch) | |
tree | 93c1e95e9124eb5181cc36ef76c2821ac19fd279 /ui | |
parent | 8d4157f4e3fbfc03474c65fd151df06dd5c66412 (diff) | |
download | jquery-ui-eec0cfd7fe75f0e52bc5802d8c294a2bccd722c7.tar.gz jquery-ui-eec0cfd7fe75f0e52bc5802d8c294a2bccd722c7.zip |
Datepicker: Remove stray line
Fixes #14416
Diffstat (limited to 'ui')
-rw-r--r-- | ui/widgets/datepicker.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; |