removes unused m:b params

This commit is contained in:
darzu 2016-08-30 14:17:17 -07:00
parent cd9589e562
commit fc0faf5181
2 changed files with 0 additions and 4 deletions

View File

@ -86,8 +86,6 @@ namespace pxsim.visuals {
runtime: pxsim.Runtime; runtime: pxsim.Runtime;
theme?: IBoardTheme; theme?: IBoardTheme;
disableTilt?: boolean; disableTilt?: boolean;
activeComponents: string[];
fnArgs?: any;
} }
const pointerEvents = !!(window as any).PointerEvent ? { const pointerEvents = !!(window as any).PointerEvent ? {

View File

@ -21,8 +21,6 @@ namespace pxsim.visuals {
this.boardView = new visuals.MicrobitBoardSvg({ this.boardView = new visuals.MicrobitBoardSvg({
runtime: runtime, runtime: runtime,
theme: visuals.randomTheme(), theme: visuals.randomTheme(),
activeComponents: activeComponents,
fnArgs: fnArgs,
disableTilt: false disableTilt: false
}); });
} else { } else {