Backbone: History.getFragment, the implementation doesn't have any mention of a second argument (#8949)

This commit is contained in:
webbiesdk
2016-04-12 17:48:30 +02:00
committed by Masahiro Wakame
parent 2e81827c9e
commit 88736ffa1d

View File

@@ -311,7 +311,7 @@ declare namespace Backbone {
start(options?: HistoryOptions): boolean;
getHash(window?: Window): string;
getFragment(fragment?: string, forcePushState?: boolean): string;
getFragment(fragment?: string): string;
stop(): void;
route(route: string, callback: Function): number;
checkUrl(e?: any): void;