removing feild editors moved to pxt

This commit is contained in:
Peli de Halleux
2019-03-04 21:02:29 -08:00
parent 2316009b64
commit e6cf490be2
6 changed files with 10 additions and 221 deletions

View File

@ -33,7 +33,7 @@ export function initAsync() {
canHID = false
} else {
const forceHexDownload = /forceHexDownload/i.test(window.location.href);
if (pxt.Cloud.isLocalHost() && pxt.Cloud.localToken && !forceHexDownload)
if (pxt.BrowserUtils.isLocalHost() && pxt.Cloud.localToken && !forceHexDownload)
canHID = true
}