Skip to content

Custom AJAX function

Compare
Choose a tag to compare
@cherifGsoul cherifGsoul released this 29 Mar 15:36
· 13 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