From aa043e12aeafd11832a7d5c8245f4711eb2de528 Mon Sep 17 00:00:00 2001 From: gscshoyru Date: Tue, 12 Nov 2013 17:16:56 -0800 Subject: [PATCH] Change model to any to try and pass tests --- backbone/backbone.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index 935580b53..d3e099c4c 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -113,7 +113,7 @@ declare module Backbone { change(): any; changedAttributes(attributes?: any): any[]; - clear(options?: Silenceable): Model; + clear(options?: Silenceable): any; clone(): Model; destroy(options?: ModelDestroyOptions): any; escape(attribute: string): string;