Add missing property View.cid.

This commit is contained in:
Natan Vivo
2013-06-22 12:39:21 -03:00
parent 2167e6f5b0
commit 3c72be6a93
+1
View File
@@ -296,6 +296,7 @@ declare module Backbone {
make(tagName: string, attrs?, opts?): View;
setElement(element: HTMLElement, delegate?: boolean);
id: string;
cid: string;
className: string;
tagName: string;
events: any;