function Schedule(options) { var schedule = {}; schedule.init = function(options) { // TODO: make these configurable, passed in as options // when you create a Schedule() instance on the page schedule.sourceJSON = 'json/sessions2018.json'; schedule.spacesJSON = 'json/spaces2018.json'; schedule.pathwaysJSON = 'json/pathways2018.json'; schedule.$container = $('#schedule'); schedule.$toggles = $('