From 21f6baaef85dd11c3ed27a00f89230859ba7ba6f Mon Sep 17 00:00:00 2001 From: damianog Date: Fri, 14 Jun 2013 20:08:21 +0300 Subject: [PATCH] Removed unnecessary comma Found error compilation in typescript 0.9 beta Removed unnecessary comma --- jasmine/jasmine.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jasmine/jasmine.d.ts b/jasmine/jasmine.d.ts index 25581904f..cf85942d2 100644 --- a/jasmine/jasmine.d.ts +++ b/jasmine/jasmine.d.ts @@ -61,7 +61,7 @@ declare module jasmine { assertInstalled(): void; isInstalled(): bool; installed: any; - }; + } interface Env { setTimeout; @@ -303,4 +303,4 @@ declare module jasmine { } export var HtmlReporter: any; -} +}