Remove template property from View, its not part of the class.

This commit is contained in:
Natan Vivo
2013-06-22 11:25:41 -03:00
parent af42359f83
commit 875a928373
-1
View File
@@ -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;