mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Model.url is now a method, see docs
This commit is contained in:
Vendored
+1
-1
@@ -80,7 +80,7 @@ declare module Backbone {
|
||||
}
|
||||
|
||||
class ModelBase extends Events {
|
||||
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