diff --git a/backbone/backbone-global.d.ts b/backbone/backbone-global.d.ts index 5f0b468c42..b42b6208ad 100644 --- a/backbone/backbone-global.d.ts +++ b/backbone/backbone-global.d.ts @@ -328,6 +328,7 @@ declare namespace Backbone { // TODO: quickfix, this can't be fixed easy. The collection does not need to have the same model as the parent view. collection?: Backbone.Collection; //was: Collection; el?: any; + events?: EventsHash; id?: string; className?: string; tagName?: string;