var ProjectView = View.extend({ events: { }, initialize: function(opt){ this.gallery = new GalleryView () this.project_id = this.$el.data("id") }, show: function(){ }, hide: function(){ }, })