mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
Convert to CommonJS Modules Part 3
This commit is contained in:
parent
ca13eefa1b
commit
06a4d8b0c8
74 changed files with 1949 additions and 10259 deletions
|
@ -1,5 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
const semver = require('semver');
|
||||
|
||||
const { GUI } = require('./gui');
|
||||
const jBox = require('./libraries/jBox/jBox.min.js');
|
||||
const i18n = require('./localization');
|
||||
|
||||
var appUpdater = appUpdater || {};
|
||||
|
||||
appUpdater.checkRelease = function (currVersion) {
|
||||
|
@ -34,3 +40,5 @@ appUpdater.checkRelease = function (currVersion) {
|
|||
modalStart.close();
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = appUpdater;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue