mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Merge branch 'master' into dzikuvx-groundstation-activation
This commit is contained in:
commit
aa8aee3be9
174 changed files with 18227 additions and 13179 deletions
|
@ -1,8 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
var helper = helper || {};
|
||||
|
||||
helper.interval = (function () {
|
||||
var interval = function () {
|
||||
|
||||
var privateScope = {},
|
||||
publicScope = {};
|
||||
|
@ -140,4 +138,6 @@ helper.interval = (function () {
|
|||
};
|
||||
|
||||
return publicScope;
|
||||
})();
|
||||
}();
|
||||
|
||||
module.exports = interval;
|
Loading…
Add table
Add a link
Reference in a new issue