Adding className and id to backbone view

This commit is contained in:
Zeeshan Hamid
2013-05-07 19:23:17 -04:00
parent 2052acc335
commit 44212a3791
+2
View File
@@ -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;