From 5d1fb5ab2e5ab6d9383025d77878e2d0107c056f Mon Sep 17 00:00:00 2001 From: Eirik Hoem Date: Sun, 29 Dec 2013 14:03:01 +0100 Subject: [PATCH] Added url property as well --- backbone/backbone.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index 32205e1f9..cbee545e9 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -80,6 +80,7 @@ declare module Backbone { } class ModelBase extends Events { + url: string; url(): any; parse(response: any, options?: any): any; toJSON(options?: any): any;