Rename references

This commit is contained in:
Michal Moskal
2016-04-07 11:30:22 -07:00
parent 92d8adfdbd
commit 7c43739e4b
8 changed files with 34 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
namespace ks.rt.micro_bit {
const Svg = ks.rt.Svg;
namespace pxt.rt.micro_bit {
const Svg = pxt.rt.Svg;
export interface IBoardTheme {
accent?: string;
@@ -42,7 +42,7 @@ namespace ks.rt.micro_bit {
}
export interface IBoardProps {
runtime: ks.rt.Runtime;
runtime: pxt.rt.Runtime;
theme?: IBoardTheme;
disableTilt?:boolean;
}