mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add missing property View.cid.
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user