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() {
|
clrBtn: func() {
|
||||||
me.lightOff("clr");
|
me.lightOff("clr");
|
||||||
if (athrWarnNode.getValue == 2) {
|
if (athrWarnNode.getValue() == 2) {
|
||||||
athrWarnNode.setValue(0);
|
athrWarnNode.setValue(0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue