mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
The History.started flag is set on the class rather than on the class instance (as it is set once globally). Attempts to read *Backbone.history.started* (via the global history instance) always return undefined. Instead the typing should be static member (*Backbone.History.started* is where the correct value is located). This can be seen at http://backbonejs.org/docs/backbone.html#section-203 |
||
|---|---|---|
| .. | ||
| backbone-global.d.ts | ||
| backbone-global.d.ts.tscparams | ||
| backbone-tests.ts | ||
| backbone-with-lodash-tests.ts | ||
| backbone.d.ts | ||