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

})