1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

converting tab object initialization

This commit is contained in:
cTn 2014-07-10 19:19:45 +02:00
parent a8e19a6956
commit e49f4ea5ff
12 changed files with 11 additions and 35 deletions

View file

@ -1,6 +1,4 @@
tabs.sensors = function() {
};
tabs.sensors = {};
tabs.sensors.initialize = function(callback) {
GUI.active_tab_ref = this;
GUI.active_tab = 'sensors';