fgelinas / timepicker

A jQuery UI Time Picker
http://fgelinas.com/code/timepicker
GNU General Public License v2.0
266 stars 84 forks source link

Making parseTime "safe" if an undefined timeVal is passed #57

Closed KevinOrtman closed 11 years ago

KevinOrtman commented 11 years ago

Hi Frank, Timepicker rocks. Thank you for creating this VERY useful widget. I'm working on an AngularJS (http://angularjs.org/) directive wrapper for timepicker and discovered the parseTime() method throws an exception when passed an undefined timeVal.

Hope this helps, Kevin

fgelinas commented 11 years ago

Looks good, thank you Kevin!