mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix toJSON return type
This commit is contained in:
Vendored
+1
-1
@@ -51,7 +51,7 @@ declare module Backbone {
|
||||
fetch(options?: JQueryAjaxSettings);
|
||||
url: string; // or url(): string;
|
||||
parse(response);
|
||||
toJSON(): string;
|
||||
toJSON(): any;
|
||||
}
|
||||
|
||||
export class Model extends ModelBase {
|
||||
|
||||
Reference in New Issue
Block a user