mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-17 11:50:22 +08:00
Merge pull request #326 from Diullei/master
fix tests to: jquery.bbq, jquery and backbone.
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