Skip to content

Commit

Permalink
Merge 2d82637 into 424ed9b
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredkam committed Oct 6, 2014
2 parents 424ed9b + 2d82637 commit f144d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Model.js
Expand Up @@ -82,7 +82,7 @@ var Model = module.exports = Class.extend({
}
});
// TODO: Implement real promises.
return {then: function (callback) { then = callback; }};
return {then: function (callback) { callback(); }};
},

get: function get(idOrFilters, callback) {
Expand Down

0 comments on commit f144d27

Please sign in to comment.