mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 12:25:15 +03:00
Fixed 'use strict' directives
This commit is contained in:
parent
40ed78ab35
commit
14ce2f126d
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
'use strict;'
|
'use strict';
|
||||||
|
|
||||||
var Beepers = function (config, supportedConditions) {
|
var Beepers = function (config, supportedConditions) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
'use strict;'
|
'use strict';
|
||||||
|
|
||||||
var Features = function (config) {
|
var Features = function (config) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
'use strict;'
|
'use strict';
|
||||||
|
|
||||||
var ReleaseChecker = function (releaseName, releaseUrl) {
|
var ReleaseChecker = function (releaseName, releaseUrl) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue