mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
add options to History
This commit is contained in:
3
backbone/backbone.d.ts
vendored
3
backbone/backbone.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user