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;