Removed unnecessary comma

Found error compilation in typescript 0.9 beta
Removed unnecessary comma
This commit is contained in:
damianog
2013-06-14 20:08:21 +03:00
parent e3a54cddb8
commit 21f6baaef8
+2 -2
View File
@@ -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;
}
}