mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +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,8 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var classes = classes || {};
|
||||
|
||||
classes.PidController = function () {
|
||||
var PidController = function () {
|
||||
|
||||
var self = {},
|
||||
privateScope = {};
|
||||
|
@ -126,4 +125,6 @@ classes.PidController = function () {
|
|||
};
|
||||
|
||||
return self;
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = PidController;
|
Loading…
Add table
Add a link
Reference in a new issue