Skip to content

Custom AJAX function

Choose a tag to compare

@cherifGsoul cherifGsoul released this 25 Mar 19:26
· 29 commits to master since this release

This release allows to pass a custom Ajax function like the following:

var Todo = Model.extend({
   findAll: "GET /todos",
   ajax: $.ajax
}, {});

#63