mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Adding className and id to backbone view
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