From 046e0e85d04f75a692bca781281578c9fd8cd418 Mon Sep 17 00:00:00 2001 From: David Reher Date: Fri, 15 Jan 2016 22:52:08 +0100 Subject: [PATCH] accidently copied the default value :/ --- angularjs/angular-component-router.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/angular-component-router.d.ts b/angularjs/angular-component-router.d.ts index 3b6e2b726..228db1e01 100644 --- a/angularjs/angular-component-router.d.ts +++ b/angularjs/angular-component-router.d.ts @@ -38,7 +38,7 @@ declare module angular { interface Instruction { component: ComponentInstruction; child: Instruction; - auxInstruction: {[key: string]: Instruction} = {}; + auxInstruction: {[key: string]: Instruction}; urlPath(): string;