From cc3c9664273b8de9243ca6f1c336424431d8ee48 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 2 Jan 2017 19:02:05 -0800 Subject: [PATCH] fixing typings --- cmds/pxtrequire.ts | 2 +- sim/instructions.ts | 2 +- sim/visuals/ledmatrix.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmds/pxtrequire.ts b/cmds/pxtrequire.ts index 227781fb..0eabce91 100644 --- a/cmds/pxtrequire.ts +++ b/cmds/pxtrequire.ts @@ -1,4 +1,4 @@ -/// +/// /// import * as path from "path"; diff --git a/sim/instructions.ts b/sim/instructions.ts index 23a0c1cc..21620483 100644 --- a/sim/instructions.ts +++ b/sim/instructions.ts @@ -1,4 +1,4 @@ -/// +/// /// /// diff --git a/sim/visuals/ledmatrix.ts b/sim/visuals/ledmatrix.ts index 70b11a3f..8614bb88 100644 --- a/sim/visuals/ledmatrix.ts +++ b/sim/visuals/ledmatrix.ts @@ -1,4 +1,4 @@ -/// +/// /// namespace pxsim.visuals {