continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

Fix setting public range of single day picker #75

Closed kplaakso closed 10 years ago

kplaakso commented 10 years ago

Previously the single date picker never updated the 'calendarRange' property after initialization - unlike the range picker

eeroan commented 10 years ago

Parannus tuokin, mutta tarkemmin kun miettii, niin toi on vähän kludge, että range tarkoittaa myös yhden päivän valintaa. Niillä varmaan pitäs olla omat muuttujat.

Karri-Pekka Laakso notifications@github.com kirjoitti:

Previously the single date picker never updated the 'calendarRange' property after initialization - unlike the range picker You can merge this Pull Request by running:

git pull https://github.com/kplaakso/jquery-continuous-calendar master

Or you can view, comment on it, or merge it online at:

https://github.com/reaktor/jquery-continuous-calendar/pull/75

-- Commit Summary --

  • Fix setting public range of single day picker

-- File Changes --

M src/main/SingleDateEvents.js (1) M src/test/jquery.continuousCalendar.spec.js (1)

-- Patch Links --

https://github.com/reaktor/jquery-continuous-calendar/pull/75.patch https://github.com/reaktor/jquery-continuous-calendar/pull/75.diff

Eero Anttila eea@iki.fi +358503590079

kplaakso commented 10 years ago

Joo, toi range on todellakin kludge, mutta fiksasin vaan sen, mikä oli jo olemassa. Aiempi versio asetti sen aluksi ja jätti sen jälkeen päivittämättä. Toi toisen commit muuten valui jostain syystä mukaan tähän pull requestiin - lieköhän kiinni siitä, että se perustui edelliseen.