diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index c957be929..10f2c604a 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -93,6 +93,7 @@ declare module Backbone { attributes: any; changed: any[]; cid: string; + defaults: any; id: any; idAttribute: string; validationError: any; @@ -111,7 +112,6 @@ declare module Backbone { changedAttributes(attributes?: any): any[]; clear(options?: Silenceable); clone(): Model; - defaults(): any; destroy(options?: ModelDestroyOptions); escape(attribute: string); has(attribute: string): boolean;