Changeset 363 in tmcsimulator for trunk/webapps/EInotebook/scripts/Events.js
- Timestamp:
- 04/11/2019 10:35:31 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/EInotebook/scripts/Events.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/EInotebook/scripts/Events.js
r359 r363 309 309 { 310 310 var event = null; 311 311 if (this.length == 0) 312 { 313 console.log("Error: event list is empty in getLastExecutedEvent"); 314 return; 315 } 312 316 // IF there is only one event and it has been executed THEN 313 317 if (this.length == 1 && this[0].time.getSeconds() <= time)
Note: See TracChangeset
for help on using the changeset viewer.
