mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
enable strict mode in couple more files
This commit is contained in:
parent
36f456d2e7
commit
20e6ad0074
10 changed files with 21 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
var CLI_active = false;
|
||||
var CLI_valid = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue