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/sessions2017.json'; schedule.spacesJSON = 'json/spaces2017.json'; schedule.pathwaysJSON = 'json/pathways2017.json'; schedule.$container = $('#schedule'); schedule.$toggles = $('