From 44212a379133b851e47a5454a393389eb017fdfe Mon Sep 17 00:00:00 2001 From: Zeeshan Hamid Date: Tue, 7 May 2013 19:23:17 -0400 Subject: [PATCH] Adding className and id to backbone view --- backbone/backbone.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index 88be91d385..caf6bfe000 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -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;