added missing declaration for optional dynamicHash property on DurandalRelativeRouteSettings to support TypeScript 1.6 tightened compilation rules

This commit is contained in:
Richard Hepburn
2015-11-01 23:19:37 -05:00
parent 62eedc3121
commit c9b1821450
+1
View File
@@ -1541,6 +1541,7 @@ interface DurandalRelativeRouteSettings {
moduleId?: string;
route?: string;
fromParent?: boolean;
dynamicHash?: string;
}
interface DurandalRouterBase<T> extends DurandalEventSupport<T> {