mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
turning on strict mode for various js files
This commit is contained in:
parent
026f01434a
commit
36f456d2e7
12 changed files with 139 additions and 98 deletions
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
function localize() {
|
||||
var localized = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue