mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Reverted URL change
This commit is contained in:
Vendored
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user