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:
Boris Yankov
2013-05-07 16:51:42 -07:00

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;