mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Add the "replace" option to "router.navigate()"
See Backbone documentation for the option here: http://backbonejs.org/#Router-navigate
This commit is contained in:
1
backbone/backbone.d.ts
vendored
1
backbone/backbone.d.ts
vendored
@@ -19,6 +19,7 @@ declare module Backbone {
|
||||
|
||||
interface NavigateOptions {
|
||||
trigger?: boolean;
|
||||
replace?: boolean;
|
||||
}
|
||||
|
||||
interface RouterOptions {
|
||||
|
||||
Reference in New Issue
Block a user