This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", |
NewerOlder