mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
another refactor for global variables, bugfixes for logging tab initialization in strict mode
This commit is contained in:
parent
f3ea5757f7
commit
b77ed6b174
15 changed files with 66 additions and 70 deletions
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
var tabs = {}; // filled by individual tab js file
|
||||
var TABS = {}; // filled by individual tab js file
|
||||
|
||||
var GUI_control = function () {
|
||||
this.auto_connect = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue