/************* WARNING: THIS IS A GLOBAL VARIABLE. ********************/ // Reference to the 'events' array in Events.js var events; /** * Sets the events. * @param theEvents Reference to the 'events' array in Events.js. */ function setEvents(theEvents) { events = theEvents; }