| Revision 350,
282 bytes
checked in by jdalbey, 7 years ago
(diff) |
|
Add a branch EInotebook for Electronic Instructor Notebook prototype
|
-
Property svn:executable set to
*
|
| Rev | Line | |
|---|
| 1 | /************* WARNING: THIS IS A GLOBAL VARIABLE. ********************/ |
|---|
| 2 | // Reference to the 'events' array in Events.js |
|---|
| 3 | var events; |
|---|
| 4 | |
|---|
| 5 | /** |
|---|
| 6 | * Sets the events. |
|---|
| 7 | * @param theEvents Reference to the 'events' array in Events.js. |
|---|
| 8 | */ |
|---|
| 9 | function setEvents(theEvents) |
|---|
| 10 | { |
|---|
| 11 | events = theEvents; |
|---|
| 12 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.