fix backbone test

This commit is contained in:
Diullei Gomes
2013-02-24 02:59:27 -03:00
parent c4f8c5c60d
commit 6acad39924
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -105,6 +105,7 @@ function test_collection() {
});
var alphabetical = Books.sortBy(function (book) {
return null;
});
}
+1 -1
View File
@@ -49,7 +49,7 @@ declare module Backbone {
export class ModelBase extends Events {
fetch(options?: JQueryAjaxSettings);
url(): string;
url: any;
parse(response);
toJSON(): any;
}