var StaffView = View.extend({ initialize: function() { }, load: function() { $(".json").each(function(){ $(this).JSONView( this.innerText ) }) this.projectList = new ProjectList () } })