From 438405f0812e941e9d3e4b7e22bc5abb45940c70 Mon Sep 17 00:00:00 2001 From: Jan Aagaard Date: Sun, 17 Apr 2016 17:24:50 +0200 Subject: [PATCH] events added to ViewOptions (#9004) --- backbone/backbone-global.d.ts | 1 + 1 file changed, 1 insertion(+) 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;