diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index cbee545e97..aad4cffde2 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -80,8 +80,7 @@ declare module Backbone { } class ModelBase extends Events { - url: string; - url(): any; + url: any; parse(response: any, options?: any): any; toJSON(options?: any): any; sync(...arg: any[]): JQueryXHR;