DefinitelyTyped/backbone
Stuart Thompson 040418a364 Backbone.Router now extends Events
The Backbone.Router class did not previously extend Events in the
definition file. This caused the TypeScript compiler to raise an
error when calling one of the Events methods (such as on()) on an
instance of a router.

This change allows instances of classes derived from Backbone.Router
to call methods on the Events class that are inherited by the router.
2012-12-07 15:39:11 -08:00
..
backbone-0.9.d.ts Backbone.Router now extends Events 2012-12-07 15:39:11 -08:00
backbone-tests.ts Update reference paths 2012-11-19 01:28:08 +02:00