Merge pull request #455 from latticework/master

To resolve issue #453
This commit is contained in:
Diullei Gomes
2013-04-04 17:33:28 -07:00
+5 -1
View File
@@ -376,6 +376,10 @@ declare module "durandal/plugins/router" {
* called after an a new module is composed
*/
export var afterCompose: () => void;
/**
* Returns the activatable instance from the supplied module.
*/
export var getActivatableInstance: (routeInfo: routeInfo, params: any, module: any) => any;
/**
* Causes the router to move backwards in page history.
*/
@@ -449,4 +453,4 @@ interface IEventSubscription
* This function removing current subscription from event handlers
*/
off(): void;
}
}