mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08: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:
Vendored
+2
@@ -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