Changeset 515 in tmcsimulator for trunk/webapps/einotebook/scripts/Incident.js
- Timestamp:
- 11/08/2019 11:49:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/scripts/Incident.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/scripts/Incident.js
r468 r515 6 6 * @param summary {String} 7 7 */ 8 function Incident(time, number, title, summary )8 function Incident(time, number, title, summary, color) 9 9 { 10 10 //========== public read-only members ==========// … … 13 13 this.title = title; 14 14 this.summary = summary; 15 this.expanded = true; 15 this.color = color; /* hex color code for background of this incident */ 16 16 17 17 //========== public methods ==========//
Note: See TracChangeset
for help on using the changeset viewer.
