Skip to content

Commit

Permalink
Fix AbstractClass
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Feb 21, 2013
1 parent 17bf6a6 commit a342e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/abstract-class.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ AbstractClass.prototype.updateAttributes = function updateAttributes(data, callb
}
done.call(inst, function () {
saveDone.call(inst, function () {
cb(err, inst);
callback(err, inst);
});
});
});
Expand Down

0 comments on commit a342e2f

Please sign in to comment.