mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Convert to CommonJS Modules
This commit is contained in:
parent
7df8253099
commit
91f1699659
100 changed files with 9685 additions and 3735 deletions
|
@ -1,7 +1,7 @@
|
|||
/*global $*/
|
||||
'use strict';
|
||||
|
||||
let ServoMixRule = function (target, input, rate, speed, condition) {
|
||||
var ServoMixRule = function (target, input, rate, speed, condition) {
|
||||
|
||||
var self = {};
|
||||
|
||||
|
@ -50,4 +50,6 @@ let ServoMixRule = function (target, input, rate, speed, condition) {
|
|||
};
|
||||
|
||||
return self;
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = ServoMixRule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue