mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fixed missing optional flag for navigate options.
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ declare module routie {
|
||||
lookup(name: string, fn: Function): string;
|
||||
remove(path: string, fn: Function): void;
|
||||
removeAll(): void;
|
||||
navigate(path: string, options: RouteOptions): void;
|
||||
navigate(path: string, options?: RouteOptions): void;
|
||||
noConflict(): Routie;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user