mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Backbone: History.getFragment, the implementation doesn't have any mention of a second argument (#8949)
This commit is contained in:
committed by
Masahiro Wakame
parent
2e81827c9e
commit
88736ffa1d
2
backbone/backbone-global.d.ts
vendored
2
backbone/backbone-global.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user