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 12f1609 commit 203f7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/utils.js
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 203f7f9

Please sign in to comment.