Skip to content

Instantly share code, notes, and snippets.

@superchris
Created January 26, 2011 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superchris/797501 to your computer and use it in GitHub Desktop.
Save superchris/797501 to your computer and use it in GitHub Desktop.
class FooView extends Backbone.View
id: "taxonomy-tree"
events:
"move_node.jstree": "moveNode"
moveNode: ->
debugger
new FooView()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment