anpleenko
3/25/2015 - 12:38 PM

[js] istouch variable

[js] istouch variable

var istouch = ( !!('ontouchstart' in window)) ? 'touchstart' : 'click';