mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #472 from parliament718/patch-1
Update backbone.d.ts - Added Backbone.History.started
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