mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix backbone test
This commit is contained in:
@@ -105,6 +105,7 @@ function test_collection() {
|
||||
});
|
||||
|
||||
var alphabetical = Books.sortBy(function (book) {
|
||||
return null;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -49,7 +49,7 @@ declare module Backbone {
|
||||
|
||||
export class ModelBase extends Events {
|
||||
fetch(options?: JQueryAjaxSettings);
|
||||
url(): string;
|
||||
url: any;
|
||||
parse(response);
|
||||
toJSON(): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user