mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Remove template property from View, its not part of the class.
This commit is contained in:
Vendored
-1
@@ -266,7 +266,6 @@ declare module Backbone {
|
||||
$(selector: string): JQuery;
|
||||
model: Model;
|
||||
collection: Collection;
|
||||
template: (data?: any) => string;
|
||||
make(tagName: string, attrs?, opts?): View;
|
||||
setElement(element: HTMLElement, delegate?: boolean);
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user