Skip to content

Commit

Permalink
Fix issues HubSpot#39, HubSpot#46 on original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachtaira committed Dec 29, 2020
1 parent 542bda4 commit 4084ebf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ hack_on_attributes();

clickEvents = ['click'];

touchDevice = 'ontouchstart' in document.documentElement;

if (touchDevice) {
clickEvents.push('touchstart');
}

addEventListener = function(el, event, handler) {
if (el.addEventListener != null) {
return el.addEventListener(event, handler, false);
Expand Down

0 comments on commit 4084ebf

Please sign in to comment.