Igor150195

Лечение пассивных слушателей

May 13th, 2021 (edited)
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery.event.special.touchstart = {
  2.     setup: function( _, ns, handle ){
  3.         this.addEventListener("touchstart", handle, { passive: true });
  4.     }
  5. };
Add Comment
Please, Sign In to add comment