Skip to content

Instantly share code, notes, and snippets.

@npfitz
Created July 30, 2015 20:17
Show Gist options
  • Save npfitz/4e1e4593ca187e69a186 to your computer and use it in GitHub Desktop.
Save npfitz/4e1e4593ca187e69a186 to your computer and use it in GitHub Desktop.
var self = this;
palette.load([
new joint.shapes.liveOps.event({
name: 'none',
entity: 'start'
}),
new joint.shapes.liveOps.event({
name: 'none',
entity: 'catch'
}),
new joint.shapes.liveOps.event({
name: 'none',
entity: 'throw',
terminate: true
})
], 'events');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment