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 = 'sessions.json'; schedule.spacesJSON = 'spaces.json'; schedule.pathwaysJSON = 'pathways.json'; schedule.$container = $('#schedule'); schedule.$toggles = $('