Guest User

Untitled

a guest
Feb 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function isTouchDevice() {
  2. if (isTouch) {
  3. console.log('touch');
  4. } else {
  5. console.log('simple screen');
  6. }
  7. }
Add Comment
Please, Sign In to add comment