diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index 10f2c604a..184b7f59c 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -151,8 +151,7 @@ declare module Backbone { fetch(options?: CollectionFetchOptions): JQueryXHR; - comparator(element: Model): number; - comparator(element: Model): string; + comparator(element: Model): any; comparator(compare: Model, to?: Model): number; add(model: Model, options?: AddOptions);