Added url property as well

This commit is contained in:
Eirik Hoem
2013-12-29 14:03:19 +01:00
parent 1249a51a38
commit 5d1fb5ab2e
+1
View File
@@ -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;