mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update backbone.d.ts
Added Backbone.History.started https://github.com/documentcloud/backbone/pull/538#issuecomment-15996793
This commit is contained in:
Vendored
+1
@@ -198,6 +198,7 @@ declare module Backbone {
|
||||
pushSate();
|
||||
getFragment(fragment?: string, forcePushState?: bool): string;
|
||||
getHash(window?: Window): string;
|
||||
started: bool;
|
||||
}
|
||||
|
||||
export interface ViewOptions {
|
||||
|
||||
Reference in New Issue
Block a user