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

turning on strict mode for various js files

This commit is contained in:
cTn 2014-08-09 19:38:46 +02:00
parent 026f01434a
commit 36f456d2e7
12 changed files with 139 additions and 98 deletions

View file

@ -1,3 +1,5 @@
'use strict';
function port_handler() {
this.main_timeout_reference;
this.initial_ports = false;