var ProjectView = View.extend({ events: { }, initialize: function(opt){ this.gallery = new GalleryView () }, })