Changeset 19931 for trunk/FACT++
- Timestamp:
- 01/16/20 18:34:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r19930 r19931 749 749 sub_counter.onchange = function(evt) 750 750 { 751 if (evt.qos>0 && evt.qos!=2 && evt.qos&0x100==0)751 if (evt.qos>0 && evt.qos!=2 && (evt.qos&0x100)==0) 752 752 throw new Error("FTM reports: clock conditioner not locked."); 753 753 }
Note:
See TracChangeset
for help on using the changeset viewer.