]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Remove stray line
authorScott González <scott.gonzalez@gmail.com>
Fri, 28 Aug 2015 14:20:45 +0000 (10:20 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 28 Aug 2015 14:20:45 +0000 (10:20 -0400)
Fixes #14416

ui/widgets/datepicker.js

index 36e7ef327b9f718254be85584a5d5d40f858f158..67664ccf95e56d1d083fcaa250f18e5643d60b99 100644 (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;