Skip to content

Commit

Permalink
make the code valid
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Sep 16, 2011
1 parent 0841e3f commit 298ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Bones.utils.callback = function(callback) {
};

// Multifetch. Pass a hash of models and fetch each in parallel.
Bones.utils.fetch(models, callback) {
Bones.utils.fetch = function(models, callback) {
var remaining = _(models).size();
var error = null;
_(models).each(function(model) {
Expand Down

0 comments on commit 298ec05

Please sign in to comment.