Autothrust - fix typo
This commit is contained in:
parent
ba51c852f5
commit
bac36443f0
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ var ECAMControlPanel = {
|
|||
},
|
||||
clrBtn: func() {
|
||||
me.lightOff("clr");
|
||||
if (athrWarnNode.getValue == 2) {
|
||||
if (athrWarnNode.getValue() == 2) {
|
||||
athrWarnNode.setValue(0);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue