mirror of
https://github.com/nasa/openmct.git
synced 2025-03-11 15:04:10 +00:00
Fixes careless mistake - undefined object.
This commit is contained in:
parent
a6825f530c
commit
d152440436
@ -175,7 +175,6 @@ export default class Condition extends EventEmitter {
|
||||
//TODO: implement as part of the evaluator class task.
|
||||
evaluate() {
|
||||
if (this.trigger === TRIGGER.ANY) {
|
||||
criteria.evaluate();
|
||||
this.result = false;
|
||||
} else if (this.trigger === TRIGGER.ALL) {
|
||||
this.result = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user