1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

validation

This commit is contained in:
cTn 2013-12-12 17:10:10 +01:00
parent e7a02d0e21
commit fd62b8568c
8 changed files with 38 additions and 28 deletions

View file

@ -16,7 +16,7 @@ CliHistory.prototype = {
if (this.index < this.history.length) this.index += 1;
return this.history[this.index - 1];
}
}
};
cli_history = new CliHistory();