summaryrefslogtreecommitdiff
path: root/public/js/lib/views/lobby/index.js
blob: 5ed1966e8424730b799168394e608835469b73ce (plain)
1
2
3
4
5
6
7
8
9
var LobbyView = View.extend({

  events: {
  },
  
  initialize: function(){
  }
  
})