DefinitelyTyped/backbone
Ben Coveney fa7fcd32f3 Backbone: Fixed History.Started being undefined
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
2015-10-23 10:27:29 +01:00
..
backbone-global.d.ts Backbone: Fixed History.Started being undefined 2015-10-23 10:27:29 +01:00
backbone-global.d.ts.tscparams fix npm run test failed 2015-10-14 13:56:47 +09:00
backbone-tests.ts Added test for adding object literals as models 2014-07-16 19:42:09 -07:00
backbone-with-lodash-tests.ts move backbone.d.ts to backbone-global.d.ts 2015-10-13 00:16:22 +09:00
backbone.d.ts move backbone.d.ts to backbone-global.d.ts 2015-10-13 00:16:22 +09:00