mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Merge pull request #714 from rosedomini/patch-1
add View#setElement for JQuery element parameter
This commit is contained in:
Vendored
+1
@@ -295,6 +295,7 @@ declare module Backbone {
|
||||
collection: Collection;
|
||||
make(tagName: string, attrs?, opts?): View;
|
||||
setElement(element: HTMLElement, delegate?: boolean);
|
||||
setElement(element: JQuery, delegate?: boolean);
|
||||
id: string;
|
||||
cid: string;
|
||||
className: string;
|
||||
|
||||
Reference in New Issue
Block a user