var RoomView = View.extend({ events: { }, initialize: function(name){ app.socket = ws.connect(name) } })