diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index bdbcf6e7cc..0141640522 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -278,7 +278,8 @@ declare module Backbone { loadUrl(fragmentOverride: string): boolean; navigate(fragment: string, options?: any): boolean; started: boolean; - + options: any; + _updateHash(location: Location, fragment: string, replace: boolean): void; }