var HomeView = View.extend({ initialize: function() { }, load: function() { this.projectList = new ProjectList () } })