Ticket #6916 (closed bug: fixed)
Datepicker date range demo: syntax glitch
| Reported by: | istvan.m.antal | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.10 |
| Component: | [meta] ui.demos | Version: | 1.8.8 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
On page: http://jqueryui.com/demos/datepicker/#date-range
The source code for this implies a global variable by the name of date in "onSelect: function( selectedDate )". This is because it has a semicolon preceding it and not a comma.
Change History
comment:1 Changed 2 years ago by scott.gonzalez
- Status changed from new to open
- Component changed from [meta] ui.docs to [meta] ui.demos
- Summary changed from A date picker example has a syntax glitch to Datepicker date range demo: syntax glitch
comment:2 Changed 2 years ago by Scott González
- Status changed from open to closed
- Resolution set to fixed
Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch.
Changeset: fe6990e104834926042c96a29a6cccec4fdafd3b
comment:3 Changed 2 years ago by Scott González
Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch. (cherry picked from commit fe6990e104834926042c96a29a6cccec4fdafd3b)
Changeset: d4e715f4bc82f7020bc26808abfd5e1b9a174d7f
Note: See
TracTickets for help on using
tickets.

