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

Check for window.console.log.apply for IE old. #851

Closed AndersDJohnson closed 8 years ago

AndersDJohnson commented 8 years ago

Older IE (9, maybe 10) throw error on accessing window.console.log.apply, so check first.

AndersDJohnson commented 8 years ago

Fixes #833.

trentrichardson commented 8 years ago

Thanks for the fix. I applied it to the dev branch.