jonthornton / Datepair.js

A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
https://www.jonthornton.com/Datepair.js
359 stars 85 forks source link

Documentation error - should say 'milliseconds' rather than 'microseconds' #3

Closed aziraphale closed 10 years ago

aziraphale commented 10 years ago

Line 164 of the main jquery.datepair page says that the defaultTimeDelta option is measured in microseconds, but it's actually milliseconds (as the full docs make clear).

This... should probably be changed :)

jonthornton commented 10 years ago

Whoops! Thanks for pointing that out.