Skip to content

Instantly share code, notes, and snippets.

@rchowe
Created January 6, 2015 14:55
Show Gist options
  • Select an option

  • Save rchowe/ea0bb0b6fe50b74b8950 to your computer and use it in GitHub Desktop.

Select an option

Save rchowe/ea0bb0b6fe50b74b8950 to your computer and use it in GitHub Desktop.
dropZone.addEventListener 'dragover', ->
event.stopPropagation()
event.preventDefault()
event.dataTransfer.dropEffect = 'copy'
$('#drag-coverall').show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment