Merge pull request #326 from Diullei/master

fix tests to: jquery.bbq, jquery and backbone.
This commit is contained in:
Diullei Gomes
2013-02-23 22:13:34 -08:00
8 changed files with 34 additions and 20 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;
}