Home
last modified time | relevance | path

Searched refs:needsPassiveFix (Results 1 – 1 of 1) sorted by relevance

/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js1224 …var needsPassiveFix = ['touchstart', 'touchmove', 'mousewheel', 'DOMMouseScroll'].indexOf(event.sp… variable
1225 if (needsPassiveFix && this.isPassiveEventsSupported) {