mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Merge pull request #528 from zhamid/master
Updated backbone.d.ts to add className and id to the backbone view definition
This commit is contained in:
2
backbone/backbone.d.ts
vendored
2
backbone/backbone.d.ts
vendored
@@ -267,6 +267,8 @@ declare module Backbone {
|
||||
collection: Collection;
|
||||
make(tagName: string, attrs?, opts?): View;
|
||||
setElement(element: HTMLElement, delegate?: bool);
|
||||
id: string;
|
||||
className: string;
|
||||
tagName: string;
|
||||
events: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user