Warning: Can't use blame annotator:
svn blame failed on trunk/webapps/einotebook/script/scrollframe.js: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/webapps/einotebook/script/scrollframe.js @ 468

Revision 468, 282 bytes checked in by jdalbey, 7 years ago (diff)

einotebook - multifile commit. Redesign to fix timing problem on some machines as well as improve file naming. Fixed #176.

  • Property svn:executable set to *
RevLine 
1/************* WARNING: THIS IS A GLOBAL VARIABLE. ********************/
2// Reference to the 'events' array in Events.js
3var events;
4
5/**
6 * Sets the events.
7 * @param theEvents Reference to the 'events' array in Events.js.
8 */
9function setEvents(theEvents)
10{
11        events = theEvents;
12}
Note: See TracBrowser for help on using the repository browser.