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

enable strict mode in couple more files

This commit is contained in:
cTn 2014-08-09 20:01:17 +02:00 committed by Dominic Clifton
parent d9c315338d
commit 7f20843ba8
10 changed files with 21 additions and 2 deletions

View file

@ -1,3 +1,5 @@
'use strict';
var CLI_active = false;
var CLI_valid = false;