Skip to content

Instantly share code, notes, and snippets.

@psykidellic
Created December 18, 2013 08:50
Show Gist options
  • Save psykidellic/8019255 to your computer and use it in GitHub Desktop.
Save psykidellic/8019255 to your computer and use it in GitHub Desktop.
class Song
init: ->
[email protected]('dragstart', null, {callback: @getSongs}, @onDragEnter)
...
Santoor:
onDragDrop: (ev) ->
ev.data.callback()
?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment