I hereby claim:
- I am stephansmith on github.
- I am stephansmith (https://keybase.io/stephansmith) on keybase.
- I have a public key ASA424GIxwxw0PMOQwMybXr2jfODP0DeYC-EYVu83bkujgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
document.getElementsByTagName( 'html' )[0].className = document.getElementsByTagName( 'html' )[0].className.replace( /no-js/, 'js' ); |
I hereby claim:
To claim this, I am signing this object:
var registerTouchables = () => { | |
var touchables = document.querySelectorAll('button, button, a[href], label'); | |
let touchablesLength = touchables.length; | |
while ( touchablesLength-- ) { | |
touchables[touchablesLength].addEventListener('touchstart', () => {}, {passive: true}); | |
touchables[touchablesLength].addEventListener('touchend', () => {}, {passive: true}); | |
} | |
} |