1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

another refactor for global variables, bugfixes for logging tab initialization in strict mode

This commit is contained in:
cTn 2014-08-12 15:51:31 +02:00
parent ec44b77ff2
commit e27a194ec7
15 changed files with 64 additions and 68 deletions

View file

@ -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;