mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix backbone error
This commit is contained in:
Vendored
+1
-2
@@ -151,8 +151,7 @@ declare module Backbone {
|
||||
|
||||
fetch(options?: CollectionFetchOptions): JQueryXHR;
|
||||
|
||||
comparator(element: Model): number;
|
||||
comparator(element: Model): string;
|
||||
comparator(element: Model): any;
|
||||
comparator(compare: Model, to?: Model): number;
|
||||
|
||||
add(model: Model, options?: AddOptions);
|
||||
|
||||
Reference in New Issue
Block a user