1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-15 04:15:32 +03:00

Fixed 'use strict' directives

This commit is contained in:
Christian Mengler 2018-06-15 11:25:12 +10:00
parent 40ed78ab35
commit 14ce2f126d
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
'use strict;'
'use strict';
var ReleaseChecker = function (releaseName, releaseUrl) {
var self = this;