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

deleted latest microtime entry

This commit is contained in:
TheIsotopes 2021-02-14 12:54:59 +01:00 committed by GitHub
parent e8f5e4e68d
commit c24fd28b24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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