From a6f00d174cf60684e325b94fbe35f045aad5b2b8 Mon Sep 17 00:00:00 2001 From: Eirik Hoem Date: Sun, 29 Dec 2013 14:29:18 +0100 Subject: [PATCH] Reverted URL change --- 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 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;