summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/products/ProductView.js
blob: ef54575d0c5975844ae07d8eea1feae78eabee1b (plain)
1
2
3
4
5
6
7
8
9
10
11
var ProductView = View.extend({
  
  el: "#product",
  
  events: {
  },
  
  initialize: function(){
  },

})