DHTMLX / scheduler

GPL version of JavaScript Event Scheduler
https://dhtmlx.com/docs/products/dhtmlxScheduler/
GNU General Public License v2.0
315 stars 111 forks source link

check for undefined is missing #21

Closed denis-taran closed 8 years ago

denis-taran commented 8 years ago

On some mobile devices ev.touches is set to undefined, causing a lot of exceptions, when accessing the touches property:

ev.touches[0] => undefined is not an object (evaluating 'ev.touches')

This exception is not critical, but it will flood client-side javascript logs with a lot of unnecessary exceptions.

AlexKlimenkov commented 8 years ago

Thanks! Merged into dev repository. Hopefully, we'll come up with a minor release in a couple weeks, and this repository will be updated as well