Missing updatestats (#351)

* aligning screeninit with pxt32

* remove shim

* missing shim

* missing shim
This commit is contained in:
Peli de Halleux
2018-02-26 21:25:04 -08:00
committed by GitHub
parent fa5ba504c5
commit d4b3ebc2e4
4 changed files with 16 additions and 9 deletions

View File

@ -98,3 +98,9 @@ namespace pxsim.image {
return image.ofBuffer(res)
}
}
namespace pxsim.pxtcore {
export function updateStats(str: string) {
// TODO
}
}