• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1(function () {
2  var $root = document.getElementsByClassName('root')[0];
3  if (window.hasEvent('touchstart')) {
4    $root.dataset.isTouch = true;
5    document.addEventListener('touchstart', function(){}, false);
6  }
7})();