mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Removed unnecessary comma
Found error compilation in typescript 0.9 beta Removed unnecessary comma
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user