mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 00:18:20 +08:00
events added to ViewOptions (#9004)
This commit is contained in:
committed by
Masahiro Wakame
parent
15b498c307
commit
438405f081
1
backbone/backbone-global.d.ts
vendored
1
backbone/backbone-global.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user