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

feat: move logging to esm modules

This commit is contained in:
Tomas Chmelevskij 2021-01-01 22:26:30 +04:00
parent ef68bb170f
commit 4d2c89990b
4 changed files with 12 additions and 7 deletions

View file

@ -79,8 +79,8 @@ export function generateVirtualApiVersions() {
}
}
// TODO: these are temp binding while transition to module happens
window.microtime = microtime;
window.millitime = millitime;
window.degToRad = degToRad;
window.bytesToSize = bytesToSize;
window.checkChromeRuntimeError = checkChromeRuntimeError;