Merge pull request #6570 from rwhepburn/master

added missing declaration for optional dynamicHash property
This commit is contained in:
Masahiro Wakame
2015-11-03 00:01:11 +09:00
+1
View File
@@ -1541,6 +1541,7 @@ interface DurandalRelativeRouteSettings {
moduleId?: string;
route?: string;
fromParent?: boolean;
dynamicHash?: string;
}
interface DurandalRouterBase<T> extends DurandalEventSupport<T> {