Merge pull request #472 from parliament718/patch-1

Update backbone.d.ts - Added Backbone.History.started
This commit is contained in:
Diullei Gomes
2013-04-09 13:49:18 -07:00
+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 {