mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +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:
Vendored
+1
@@ -19,6 +19,7 @@ declare module Backbone {
|
||||
|
||||
interface NavigateOptions {
|
||||
trigger?: boolean;
|
||||
replace?: boolean;
|
||||
}
|
||||
|
||||
interface RouterOptions {
|
||||
|
||||
Reference in New Issue
Block a user