var BuilderView = View.extend({ el: "#builderView", events: { }, initialize: function(){ this.toolbar = new BuilderToolbar ({ parent: this }) this.settings = new BuilderSettings ({ parent: this }) }, load: function(){ $("#map").show() }, })