From c9b1821450427e2ad4f796bafde055a99e6669ee Mon Sep 17 00:00:00 2001 From: Richard Hepburn Date: Sun, 1 Nov 2015 23:19:37 -0500 Subject: [PATCH] added missing declaration for optional dynamicHash property on DurandalRelativeRouteSettings to support TypeScript 1.6 tightened compilation rules --- durandal/durandal.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/durandal/durandal.d.ts b/durandal/durandal.d.ts index 612e85c64..f5b7c3260 100644 --- a/durandal/durandal.d.ts +++ b/durandal/durandal.d.ts @@ -1541,6 +1541,7 @@ interface DurandalRelativeRouteSettings { moduleId?: string; route?: string; fromParent?: boolean; + dynamicHash?: string; } interface DurandalRouterBase extends DurandalEventSupport {