mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
update
This commit is contained in:
parent
3d1fcca7bb
commit
5fd7fbd4d5
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ let WaypointCollection = function () {
|
|||
};
|
||||
|
||||
self.isEmpty = function () {
|
||||
return data == [];
|
||||
return data.length == 0;
|
||||
};
|
||||
|
||||
self.flush = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue