trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

sliderAccessArgs is undefined #744

Open sroe opened 10 years ago

sroe commented 10 years ago

If you set addSliderAccess:true and do not initialize the sliderAccessArgs object, then it is by default null and throws undefined error when accessing it on sliderAccessArgs.isRTL = rtl;. Easy fix I know.