Update backbone.d.ts

Added Backbone.History.started 

https://github.com/documentcloud/backbone/pull/538#issuecomment-15996793
This commit is contained in:
parliament718
2013-04-09 16:31:42 -03:00
parent 7830b3e5f7
commit 76339b1240
+1
View File
@@ -198,6 +198,7 @@ declare module Backbone {
pushSate();
getFragment(fragment?: string, forcePushState?: bool): string;
getHash(window?: Window): string;
started: bool;
}
export interface ViewOptions {