From 38888208fbf6131d538d6cc07994a3e51f7a9b45 Mon Sep 17 00:00:00 2001 From: Boris Yankov Date: Wed, 7 Aug 2013 17:24:19 +0300 Subject: [PATCH] Fix backbone error --- backbone/backbone.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);