diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index 1ff7374a4..921b84e2f 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -123,7 +123,7 @@ declare module Backbone { has(attribute: string): bool; hasChanged(attribute?: string): bool; isNew(): bool; - isValid(): string; + isValid(): bool; previous(attribute: string): any; previousAttributes(): any[]; save(attributes?: any, options?: ModelSaveOptions);