From 885285734733b71c88dfb0da513988eb8678aa14 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 12 Sep 2016 20:25:56 +0200 Subject: fix compiler warnings --- lib/decl/systemjs/systemjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/decl/systemjs/systemjs.d.ts') diff --git a/lib/decl/systemjs/systemjs.d.ts b/lib/decl/systemjs/systemjs.d.ts index 1d826aebb..4d84b399c 100644 --- a/lib/decl/systemjs/systemjs.d.ts +++ b/lib/decl/systemjs/systemjs.d.ts @@ -9,7 +9,7 @@ interface System { config: any; newModule(obj: Object): any; normalizeSync(name: string): string; - set(moduleName: string, module: any) + set(moduleName: string, module: any): void; } -- cgit v1.2.3