accidently copied the default value :/

This commit is contained in:
David Reher
2016-01-15 22:52:08 +01:00
parent a71a912ada
commit 046e0e85d0
+1 -1
View File
@@ -38,7 +38,7 @@ declare module angular {
interface Instruction {
component: ComponentInstruction;
child: Instruction;
auxInstruction: {[key: string]: Instruction} = {};
auxInstruction: {[key: string]: Instruction};
urlPath(): string;