Skip to content

Instantly share code, notes, and snippets.

@nicholasareed
Created September 3, 2015 19:49
Show Gist options
  • Save nicholasareed/95d025b2cb27543b232b to your computer and use it in GitHub Desktop.
Save nicholasareed/95d025b2cb27543b232b to your computer and use it in GitHub Desktop.
interact('.sport-list-item')
.on('tap', function(){
console.log(1);
})
.draggable();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment