From 88736ffa1db15330345e1364fc4f8ca66d8900d8 Mon Sep 17 00:00:00 2001 From: webbiesdk Date: Tue, 12 Apr 2016 17:48:30 +0200 Subject: [PATCH] Backbone: History.getFragment, the implementation doesn't have any mention of a second argument (#8949) --- backbone/backbone-global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone/backbone-global.d.ts b/backbone/backbone-global.d.ts index be849cee0..5f0b468c4 100644 --- a/backbone/backbone-global.d.ts +++ b/backbone/backbone-global.d.ts @@ -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;