Skip to content

Instantly share code, notes, and snippets.

@meirish
meirish / DashboardProductView.js
Created October 27, 2011 15:35 — forked from hollowmyth/DashboardProductView.js
backbone view with draggable events should work on iOS but doesn't
Garmin.msc.Views.DashboardProductView = Backbone.View.extend({
//this is the view for a single selected product in
//the dashboard (the dashboardCollection) and should.
className:"product-dashboard",
events: {
// "mouseenter .display":"goOver",
// "mouseleave .display":"goOut",
"dragstart":"startDrag",
"dragstop":"stopDrag",
"drag":"whileDragging",