Changeset 15411 for trunk/FACT++/scripts/Main.js
- Timestamp:
- 04/23/13 20:04:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r15378 r15411 753 753 "FAD_CONTROL/START_RUN", 754 754 "FAD_CONTROL/STATISTICS1", 755 "FAD_CONTROL/STATISTICS2",755 // "FAD_CONTROL/STATISTICS2", 756 756 "FAD_CONTROL/STATS", 757 757 "FAD_CONTROL/STATUS", … … 801 801 function check(name) 802 802 { 803 if (list.every(function(el){return el [0]!=name;}))803 if (list.every(function(el){return el==undefined || el[0]!=name;})) 804 804 throw new Error("Subscription to '"+name+"' not available."); 805 805 }
Note:
See TracChangeset
for help on using the changeset viewer.