From 875a9283735bfb91f824c2f29ee7bfe68cd24ddc Mon Sep 17 00:00:00 2001 From: Natan Vivo Date: Sat, 22 Jun 2013 09:49:06 -0300 Subject: [PATCH] Remove template property from View, its not part of the class. --- backbone/backbone.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index 2a4a60819d..49b6234ff4 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -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;