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

remove active_tab_ref, name some of the anonymous functions, cleanup

This commit is contained in:
cTn 2014-10-01 12:58:09 +02:00
parent b9b5568a3b
commit 5cd042ae9d
15 changed files with 34 additions and 26 deletions

View file

@ -7,7 +7,7 @@ TABS.cli = {
TABS.cli.initialize = function (callback) {
var self = this;
GUI.active_tab_ref = this;
GUI.active_tab = 'cli';
googleAnalytics.sendAppView('CLI Page');