1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

equip all tab initializers with callback parameter (currently without hooks)

This commit is contained in:
cTn 2014-07-09 16:12:37 +02:00
parent 3f063f6654
commit c6700a8588
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
function tab_initialize_sensors() {
function tab_initialize_sensors(callback) {
ga_tracker.sendAppView('Sensor Page');
GUI.active_tab = 'sensors';