chore(build): fix check-format

This commit is contained in:
Alex Eagle
2015-04-11 12:40:05 -07:00
parent e18920884e
commit 7b790a3369
5 changed files with 22 additions and 18 deletions

View File

@ -6,7 +6,8 @@ declare var assert: any;
declare var global: Window;
type int = number;
interface List<T> extends Array<T> {}
interface List<T> extends Array<T> {
}
interface Window {
Object: typeof Object;