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

})