Reverted URL change

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