events added to ViewOptions (#9004)

This commit is contained in:
Jan Aagaard
2016-04-17 17:24:50 +02:00
committed by Masahiro Wakame
parent 15b498c307
commit 438405f081

View File

@@ -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<any>; //was: Collection<TModel>;
el?: any;
events?: EventsHash;
id?: string;
className?: string;
tagName?: string;